Class PrivateKeyCallback.SubjectKeyIDRequest

    • 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.