
public final class AuthorityKeyIdentifierExtension extends X509CertificateExtension
| Constructor and Description |
|---|
AuthorityKeyIdentifierExtension(byte[] keyIdentifier,
List<GeneralName> generalNames,
BigInteger serialNumber)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
encodeTo(ASN1Encoder encoder)
Encode this object.
|
String |
getId()
Get the OID of this extension.
|
encode, getValue, isCriticalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofBMPString, ofEncodedBytes, ofIA5String, ofInteger, ofInteger, ofOid, ofPrintableString, ofUniversalString, ofUtf8Stringpublic AuthorityKeyIdentifierExtension(byte[] keyIdentifier,
List<GeneralName> generalNames,
BigInteger serialNumber)
keyIdentifier - the key identifier to specify, or null to leave it outgeneralNames - the list of general names to specify, or null to leave it outserialNumber - the serial number to specify, or null to leave it outpublic String getId()
X509CertificateExtensiongetId in interface ExtensiongetId in class X509CertificateExtensionnull)public void encodeTo(ASN1Encoder encoder)
ASN1Encodableencoder - the encoder (must not be null)Copyright © 2020 JBoss by Red Hat. All rights reserved.