@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class IssuerAlternativeNameExtension extends GeneralAlternativeNameExtension
GeneralAlternativeNameExtension
class for implementation details and
the value encoding.Modifier and Type | Field and Description |
---|---|
static OID |
ISSUER_ALTERNATIVE_NAME_OID
The OID (2.5.29.18) for issuer alternative name extensions.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExtensionName()
Retrieves the name for this extension.
|
void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this certificate extension to the
provided buffer.
|
getDirectoryNames, getDNSNames, getEDIPartyNames, getGeneralNames, getIPAddresses, getOtherNames, getRegisteredIDs, getRFC822Names, getUniformResourceIdentifiers, getX400Addresses, toString
getOID, getValue, isCritical, toString
@NotNull public static final OID ISSUER_ALTERNATIVE_NAME_OID
@NotNull public java.lang.String getExtensionName()
getExtensionName
in class X509CertificateExtension
public void toString(@NotNull java.lang.StringBuilder buffer)
toString
in class X509CertificateExtension
buffer
- The buffer to which the information should be appended.