Class PrivateKeyCallback.SubjectKeyIDRequest

    • Constructor Summary

      Constructors 
      Constructor Description
      SubjectKeyIDRequest​(byte[] subjectKeyID)
      Construct a SubjectKeyIDRequest with an subjectKeyID.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getSubjectKeyID​()
      Get the subjectKeyID.
      • Methods inherited from class java.lang.Object

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

      • SubjectKeyIDRequest

        public SubjectKeyIDRequest​(byte[] subjectKeyID)
        Construct a SubjectKeyIDRequest with an subjectKeyID.

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

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

        Parameters:
        subjectKeyID - Identifier for the private key, or null.
    • Method Detail

      • getSubjectKeyID

        public byte[] getSubjectKeyID​()
        Get the subjectKeyID.
        Returns:
        The subjectKeyID, or null.