|
||||||||||
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(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.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(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 Processor
WSSecurityException
public String getId()
getId
in interface Processor
Processor.getId()
public byte[] getKeyBytes()
public byte[] getKeyBytes(int len) throws WSSecurityException
WSSecurityException
public DerivedKeyToken getDerivedKeyToken()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |