Class PrivateKeyCallback.AliasRequest

    • Constructor Summary

      Constructors 
      Constructor Description
      AliasRequest​(java.lang.String alias)
      Construct an AliasRequest with an alias.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAlias​()
      Get the alias.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AliasRequest

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

        The alias is used to directly identify the private key to be returned. The corresponding certificate chain for the private key is also returned.

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

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

      • getAlias

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