| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DERIVED_KEY_TOKEN_ALGORITHM |
static String |
DEFAULT_DERIVEDKEYTOKEN_LABEL |
static String |
DERIVED_KEY_TOKEN_TYPE |
| Modifier and Type | Method and Description |
|---|---|
SecretKey |
generateSymmetricKey(String algorithm) |
URI |
getAlgorithm() |
long |
getGeneration() |
String |
getLabel() |
long |
getLength() |
byte[] |
getNonce() |
long |
getOffset() |
getTokenValue, getTypestatic final String DERIVED_KEY_TOKEN_TYPE
static final String DEFAULT_DERIVED_KEY_TOKEN_ALGORITHM
static final String DEFAULT_DERIVEDKEYTOKEN_LABEL
URI getAlgorithm()
byte[] getNonce()
long getLength()
long getOffset()
long getGeneration()
String getLabel()
SecretKey generateSymmetricKey(String algorithm) throws InvalidKeyException, NoSuchAlgorithmException, UnsupportedEncodingException
Copyright © 2005–2017 Oracle Corporation. All rights reserved.