com.sun.xml.ws.security.impl
Class DerivedKeyTokenImpl
java.lang.Object
com.sun.xml.ws.security.impl.DerivedKeyTokenImpl
- All Implemented Interfaces:
- DerivedKeyToken, Token
public class DerivedKeyTokenImpl
- extends Object
- implements DerivedKeyToken
- Author:
- Ashutosh Shahi
|
Constructor Summary |
DerivedKeyTokenImpl(long generation,
byte[] secret)
|
DerivedKeyTokenImpl(long offset,
long length,
byte[] secret)
Creates a new instance of DerivedKeyTokenImpl |
DerivedKeyTokenImpl(long offset,
long length,
byte[] secret,
byte[] nonce)
|
DerivedKeyTokenImpl(long offset,
long length,
byte[] secret,
byte[] nonce,
String label)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DerivedKeyTokenImpl
public DerivedKeyTokenImpl(long offset,
long length,
byte[] secret)
- Creates a new instance of DerivedKeyTokenImpl
DerivedKeyTokenImpl
public DerivedKeyTokenImpl(long offset,
long length,
byte[] secret,
byte[] nonce)
DerivedKeyTokenImpl
public DerivedKeyTokenImpl(long offset,
long length,
byte[] secret,
byte[] nonce,
String label)
DerivedKeyTokenImpl
public DerivedKeyTokenImpl(long generation,
byte[] secret)
getAlgorithm
public URI getAlgorithm()
- Specified by:
getAlgorithm in interface DerivedKeyToken
getLength
public long getLength()
- Specified by:
getLength in interface DerivedKeyToken
getOffset
public long getOffset()
- Specified by:
getOffset in interface DerivedKeyToken
getType
public String getType()
- Description copied from interface:
Token
- The type of the Token
- Specified by:
getType in interface Token
getTokenValue
public Object getTokenValue()
- Description copied from interface:
Token
- The token Value
- Specified by:
getTokenValue in interface Token
getGeneration
public long getGeneration()
- Specified by:
getGeneration in interface DerivedKeyToken
getLabel
public String getLabel()
- Specified by:
getLabel in interface DerivedKeyToken
getNonce
public byte[] getNonce()
- Specified by:
getNonce in interface DerivedKeyToken
generateSymmetricKey
public SecretKey generateSymmetricKey(String algorithm)
throws InvalidKeyException,
NoSuchAlgorithmException,
UnsupportedEncodingException
- Specified by:
generateSymmetricKey in interface DerivedKeyToken
- Throws:
InvalidKeyException
NoSuchAlgorithmException
UnsupportedEncodingException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.