Java org.bouncycastle.x509.extension AuthorityKeyIdentifierStructure fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.x509.extension AuthorityKeyIdentifierStructure fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

AuthorityKeyIdentifierStructure(byte[] encodedValue)
Constructor which will take the byte[] returned from getExtensionValue()
AuthorityKeyIdentifierStructure(X509Extension extension)
Constructor which will take an extension
AuthorityKeyIdentifierStructure(Extension extension)
Constructor which will take an extension
AuthorityKeyIdentifierStructure(X509Certificate certificate)
Create an AuthorityKeyIdentifier using the passed in certificate's public key, issuer and serial number.
AuthorityKeyIdentifierStructure(PublicKey pubKey)
Create an AuthorityKeyIdentifier using just the hash of the public key.

Method