Java org.bouncycastle.cert.jcajce JcaX509ExtensionUtils fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.cert.jcajce JcaX509ExtensionUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.cert.jcajce JcaX509ExtensionUtils.

The text is from its open source code.

Constructor

JcaX509ExtensionUtils()
Create a utility class pre-configured with a SHA-1 digest calculator based on the default implementation.
JcaX509ExtensionUtils(DigestCalculator calculator)

Method

AuthorityKeyIdentifiercreateAuthorityKeyIdentifier(X509Certificate cert)
AuthorityKeyIdentifiercreateAuthorityKeyIdentifier(PublicKey pubKey)
SubjectKeyIdentifiercreateSubjectKeyIdentifier(PublicKey publicKey)
Return a RFC 3280 type 1 key identifier.
ASN1PrimitiveparseExtensionValue(byte[] encExtValue)
Return the ASN.1 object contained in a byte[] returned by a getExtensionValue() call.