@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class SubjectKeyIdentifierExtension extends X509CertificateExtension
| Modifier and Type | Field and Description |
|---|---|
static OID |
SUBJECT_KEY_IDENTIFIER_OID
The OID (2.5.29.14) for subject key identifier extensions.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExtensionName()
Retrieves the name for this extension.
|
ASN1OctetString |
getKeyIdentifier()
Retrieves the key identifier for this extension.
|
void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this certificate extension to the
provided buffer.
|
getOID, getValue, isCritical, toString@NotNull public static final OID SUBJECT_KEY_IDENTIFIER_OID
@NotNull public ASN1OctetString getKeyIdentifier()
@NotNull public java.lang.String getExtensionName()
getExtensionName in class X509CertificateExtensionpublic void toString(@NotNull java.lang.StringBuilder buffer)
toString in class X509CertificateExtensionbuffer - The buffer to which the information should be appended.