Class SecretKeyCallback.AliasRequest

    • Constructor Detail

      • AliasRequest

        public AliasRequest​(String alias)
        Construct an AliasRequest with an alias.

        The alias is used to directly identify the secret key to be returned.

        If the alias is null, the handler of the callback relies on its own default.

        Parameters:
        alias - Name identifier for the secret key, or null.
    • Method Detail

      • getAlias

        public String getAlias()
        Get the alias.
        Returns:
        The alias, or null.