Class EncryptionKeyCallback.AliasSymmetricKeyRequest

java.lang.Object
com.sun.xml.wss.impl.callback.EncryptionKeyCallback.SymmetricKeyRequest
com.sun.xml.wss.impl.callback.EncryptionKeyCallback.AliasSymmetricKeyRequest
All Implemented Interfaces:
EncryptionKeyCallback.Request
Enclosing class:
EncryptionKeyCallback

public static class EncryptionKeyCallback.AliasSymmetricKeyRequest extends EncryptionKeyCallback.SymmetricKeyRequest
A CallbackHandler handling an instance of this request should make sure that a symmetric key alias must be set on the request.
  • Constructor Details

    • AliasSymmetricKeyRequest

      public AliasSymmetricKeyRequest(String alias)
      Constructor.
      Parameters:
      alias - java.lang.String representing the alias of the SymmetricKey to be used for Encryption.
  • Method Details

    • getAlias

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