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.
|
Method Summary |
String |
getAlias()
Get the alias stored in this Request. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptionKeyCallback.AliasX509CertificateRequest
public EncryptionKeyCallback.AliasX509CertificateRequest(String alias)
- Constructor.
- Parameters:
alias - String representing the alias of the X509Certificate.
getAlias
public String getAlias()
- Get the alias stored in this Request.
- Returns:
java.lang.String
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.