Java org.bouncycastle.cert.bc BcX509ExtensionUtils fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.cert.bc BcX509ExtensionUtils fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

BcX509ExtensionUtils()
Create a utility class pre-configured with a SHA-1 digest calculator based on the BC implementation.

Method

AuthorityKeyIdentifiercreateAuthorityKeyIdentifier(AsymmetricKeyParameter publicKey)
SubjectKeyIdentifiercreateSubjectKeyIdentifier(AsymmetricKeyParameter publicKey)
Return a RFC 3280 type 1 key identifier.