- All Superinterfaces:
Token
- All Known Implementing Classes:
DerivedKeyTokenImpl
DerivedKeyToken Interface
TODO: This defintion is incomplete. Currently it has only those members which are required
for the Trust Interop Scenarios
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongenerateSymmetricKey(String algorithm) longgetLabel()longbyte[]getNonce()longMethods inherited from interface com.sun.xml.ws.security.Token
getTokenValue, getType
-
Field Details
-
DERIVED_KEY_TOKEN_TYPE
- See Also:
-
DEFAULT_DERIVED_KEY_TOKEN_ALGORITHM
- See Also:
-
DEFAULT_DERIVEDKEYTOKEN_LABEL
- See Also:
-
-
Method Details
-
getAlgorithm
URI getAlgorithm() -
getNonce
byte[] getNonce() -
getLength
long getLength() -
getOffset
long getOffset() -
getGeneration
long getGeneration() -
getLabel
String getLabel() -
generateSymmetricKey
SecretKey generateSymmetricKey(String algorithm) throws InvalidKeyException, NoSuchAlgorithmException
-