Class SignatureKeyCallback.AliasPrivKeyCertRequest

    • Constructor Detail

      • AliasPrivKeyCertRequest

        public AliasPrivKeyCertRequest​(String alias)
        Constructor.
        Parameters:
        alias - java.lang.String representing the alias of the PrivateKey to be used for Signature calculation.
    • Method Detail

      • getAlias

        public String getAlias()
        Get the alias stored in this Request.
        Returns:
        java.lang.String representing the alias of the PrivateKey to be used for Signature calculation.