|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.security.processor.DerivedKeyTokenProcessor
public class DerivedKeyTokenProcessor
The processor to process wsc:DerivedKeyToken.
| Constructor Summary | |
|---|---|
DerivedKeyTokenProcessor()
|
|
| Method Summary | |
|---|---|
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(Element elem,
Crypto crypto,
Crypto decCrypto,
CallbackHandler cb,
WSDocInfo wsDocInfo,
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(Element elem,
Crypto crypto,
Crypto decCrypto,
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||