Class SubjectKeyIdentifierExtension

    • Method Detail

      • getKeyIdentifier

        public ASN1OctetString getKeyIdentifier()
        Retrieves the key identifier for this extension.
        Returns:
        The key identifier for this extension.
      • toString

        public void toString​(java.lang.StringBuilder buffer)
        Appends a string representation of this certificate extension to the provided buffer.
        Overrides:
        toString in class X509CertificateExtension
        Parameters:
        buffer - The buffer to which the information should be appended.