public class SymmetricKeyHandler extends Object
Constructor and Description |
---|
SymmetricKeyHandler(TokenProviderParameters tokenParameters) |
Modifier and Type | Method and Description |
---|---|
void |
createSymmetricKey()
Create the Symmetric Key
|
byte[] |
getEntropyBytes()
Get the Entropy bytes
|
long |
getKeySize()
Get the KeySize.
|
byte[] |
getSecret()
Get the secret
|
boolean |
isComputedKey()
Get whether this is a computed key or not
|
public SymmetricKeyHandler(TokenProviderParameters tokenParameters)
public void createSymmetricKey()
public long getKeySize()
public byte[] getEntropyBytes()
public byte[] getSecret()
public boolean isComputedKey()
Apache CXF