Package com.sun.xml.wss.impl.callback
Class EncryptionKeyCallback.AliasX509CertificateRequest
java.lang.Object
com.sun.xml.wss.impl.callback.EncryptionKeyCallback.X509CertificateRequest
com.sun.xml.wss.impl.callback.EncryptionKeyCallback.AliasX509CertificateRequest
- All Implemented Interfaces:
EncryptionKeyCallback.Request
- Enclosing class:
- EncryptionKeyCallback
public static class EncryptionKeyCallback.AliasX509CertificateRequest
extends EncryptionKeyCallback.X509CertificateRequest
A Callback initialized with this request should be handled if the
X.509 certificate to be used for encryption is mapped to some alias.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.xml.wss.impl.callback.EncryptionKeyCallback.X509CertificateRequest
getX509Certificate, setX509Certificate
-
Constructor Details
-
AliasX509CertificateRequest
Constructor.- Parameters:
alias-Stringrepresenting the alias of the X509Certificate.
-
-
Method Details
-
getAlias
Get the alias stored in this Request.- Returns:
java.lang.String
-