|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.sts.token.provider.SymmetricKeyHandler
public class SymmetricKeyHandler
Some common functionality relating to parsing and generating Symmetric Keys.
Constructor Summary | |
---|---|
SymmetricKeyHandler(TokenProviderParameters tokenParameters)
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SymmetricKeyHandler(TokenProviderParameters tokenParameters)
Method Detail |
---|
public void createSymmetricKey()
public long getKeySize()
public byte[] getEntropyBytes()
public byte[] getSecret()
public boolean isComputedKey()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |