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 Details

    • AliasX509CertificateRequest

      public AliasX509CertificateRequest(String alias)
      Constructor.
      Parameters:
      alias - String representing the alias of the X509Certificate.
  • Method Details

    • getAlias

      public String getAlias()
      Get the alias stored in this Request.
      Returns:
      java.lang.String