Package com.sun.xml.wss.impl.callback
Class SignatureVerificationKeyCallback
java.lang.Object
com.sun.xml.wss.impl.callback.XWSSCallback
com.sun.xml.wss.impl.callback.SignatureVerificationKeyCallback
- All Implemented Interfaces:
Callback
CallBack implementation for signature verification key.
- Author:
- XWS-Security Team
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRequest for an X.509 certificate given the Public Key This is an optional request and need not be handled by the handler.static interfacestatic classRequest for a private key when the X.509 Thumb print value for a corresponding X.509 Certificate is given.static classA CallbackHandler handling an instance of this request should make sure that an X.509 certificate (to be used for signature verification) must be set on the request.static classRequest for an X.509 certificate whose Issuer Name and Serial Number values are given.static classRequest for an X.509 certificate whose X.509 Subject Key Identifier value is given. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback
getRuntimeProperties
-
Constructor Details
-
SignatureVerificationKeyCallback
-
-
Method Details
-
getRequest
-