Uses of Interface
com.sun.xml.wss.impl.callback.SignatureVerificationKeyCallback.Request
Packages that use SignatureVerificationKeyCallback.Request
-
Uses of SignatureVerificationKeyCallback.Request in com.sun.xml.wss.impl.callback
Classes in com.sun.xml.wss.impl.callback that implement SignatureVerificationKeyCallback.RequestModifier 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 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.Methods in com.sun.xml.wss.impl.callback that return SignatureVerificationKeyCallback.RequestConstructors in com.sun.xml.wss.impl.callback with parameters of type SignatureVerificationKeyCallback.RequestModifierConstructorDescription