Java org.bouncycastle.asn1.x509 AuthorityKeyIdentifier fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1.x509 AuthorityKeyIdentifier fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1.x509 AuthorityKeyIdentifier.

The text is from its open source code.

Constructor

AuthorityKeyIdentifier(ASN1Sequence seq)
AuthorityKeyIdentifier(SubjectPublicKeyInfo spki)
Calulates the keyidentifier using a SHA1 hash over the BIT STRING from SubjectPublicKeyInfo as defined in RFC2459.
AuthorityKeyIdentifier(byte[] keyIdentifier)
create an AuthorityKeyIdentifier with a precomputed key identifier
AuthorityKeyIdentifier(SubjectPublicKeyInfo spki, GeneralNames name, BigInteger serialNumber)
create an AuthorityKeyIdentifier with the GeneralNames tag and the serial number provided as well.
AuthorityKeyIdentifier(byte[] keyIdentifier, GeneralNames name, BigInteger serialNumber)
create an AuthorityKeyIdentifier with a precomputed key identifier and the GeneralNames tag and the serial number provided as well.
AuthorityKeyIdentifier(GeneralNames name, BigInteger serialNumber)
create an AuthorityKeyIdentifier with the GeneralNames tag and the serial number provided.

Method

booleanequals(Object o)
AuthorityKeyIdentifierfromExtensions(Extensions extensions)
GeneralNamesgetAuthorityCertIssuer()
BigIntegergetAuthorityCertSerialNumber()
byte[]getEncoded(String encoding)
Return either the default for "BER" or a DER encoding if "DER" is specified.
byte[]getEncoded()
Return the default BER or DER encoding for this object.
AuthorityKeyIdentifiergetInstance(Object obj)
byte[]getKeyIdentifier()
ASN1PrimitivetoASN1Primitive()
Produce an object suitable for an ASN1OutputStream.