Uses of Interface
com.sun.xml.wss.impl.callback.EncryptionKeyCallback.Request
-
Packages that use EncryptionKeyCallback.Request Package Description com.sun.xml.wss.impl.callback -
-
Uses of EncryptionKeyCallback.Request in com.sun.xml.wss.impl.callback
Classes in com.sun.xml.wss.impl.callback that implement EncryptionKeyCallback.Request Modifier and Type Class Description static classEncryptionKeyCallback.AliasSymmetricKeyRequestA CallbackHandler handling an instance of this request should make sure that a symmetric key alias must be set on the request.static classEncryptionKeyCallback.AliasX509CertificateRequestA Callback initialized with this request should be handled if the X.509 certificate to be used for encryption is mapped to some alias.static classEncryptionKeyCallback.DefaultX509CertificateRequestA Callback initialized with this request should be handled if there's some default X.509 certificate to be used for encryption.static classEncryptionKeyCallback.PublicKeyBasedRequeststatic classEncryptionKeyCallback.SymmetricKeyRequestA CallbackHandler handling an instance of this request should make sure that a symmetric key must be set on the request.static classEncryptionKeyCallback.X509CertificateRequestA CallbackHandler handling an instance of this request should make sure that an X.509 certificate must be set on the request.Methods in com.sun.xml.wss.impl.callback that return EncryptionKeyCallback.Request Modifier and Type Method Description EncryptionKeyCallback.RequestEncryptionKeyCallback. getRequest()Constructors in com.sun.xml.wss.impl.callback with parameters of type EncryptionKeyCallback.Request Constructor Description EncryptionKeyCallback(EncryptionKeyCallback.Request request)
-