Uses of Class
com.sun.xml.wss.impl.callback.SignatureKeyCallback.PrivKeyCertRequest
-
Packages that use SignatureKeyCallback.PrivKeyCertRequest Package Description com.sun.xml.wss.impl.callback com.sun.xml.wss.impl.misc -
-
Uses of SignatureKeyCallback.PrivKeyCertRequest in com.sun.xml.wss.impl.callback
Subclasses of SignatureKeyCallback.PrivKeyCertRequest in com.sun.xml.wss.impl.callback Modifier and Type Class Description static classSignatureKeyCallback.AliasPrivKeyCertRequestA Callback initialized with this request should be handled if the private key to be used for signing is mapped to some alias.static classSignatureKeyCallback.DefaultPrivKeyCertRequestA Callback initialized with this request should be handled if there's some default private key to be used for signing.static classSignatureKeyCallback.PublicKeyBasedPrivKeyCertRequestA Callback initialized with this request should be handled if the private key to be used for signing is to be retrieved given the PublicKey -
Uses of SignatureKeyCallback.PrivKeyCertRequest in com.sun.xml.wss.impl.misc
Methods in com.sun.xml.wss.impl.misc that return SignatureKeyCallback.PrivKeyCertRequest Modifier and Type Method Description SignatureKeyCallback.PrivKeyCertRequestDefaultSecurityEnvironmentImpl. getDefaultPrivKeyCertRequest(Map context)
-