| Constructor and Description |
|---|
DerivedKeyTokenProcessor() |
| Modifier and Type | Method and Description |
|---|---|
DerivedKeyToken |
getDerivedKeyToken()
Return the DerivedKeyToken object
|
String |
getId()
Returns the wsu:Id of the DerivedKeyToken
|
byte[] |
getKeyBytes() |
byte[] |
getKeyBytes(int len)
Get the derived key bytes for a given length
|
void |
handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig config) |
public void handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig config)
throws WSSecurityException
handleToken in interface ProcessorWSSecurityExceptionpublic String getId()
getId in interface ProcessorProcessor.getId()public byte[] getKeyBytes()
public byte[] getKeyBytes(int len)
throws WSSecurityException
WSSecurityExceptionpublic DerivedKeyToken getDerivedKeyToken()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.