|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.ws.security.processor.DerivedKeyTokenProcessor
The processor to process wsc:DerivedKeyToken.
| Constructor Summary | |
DerivedKeyTokenProcessor()
|
|
| Method Summary | |
DerivedKeyToken |
getDerivedKeyToken()
Return the DerivedKeyToken object |
java.lang.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,
java.util.Vector returnResults,
WSSConfig config)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DerivedKeyTokenProcessor()
| Method Detail |
public void handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
java.util.Vector returnResults,
WSSConfig config)
throws WSSecurityException
handleToken in interface ProcessorWSSecurityExceptionpublic java.lang.String getId()
getId in interface ProcessorProcessor.getId()public byte[] getKeyBytes()
public byte[] getKeyBytes(int len)
throws WSSecurityException
WSSecurityExceptionpublic DerivedKeyToken getDerivedKeyToken()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||