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

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

Introduction

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

The text is from its open source code.

Constructor

X509ExtensionUtils(DigestCalculator calculator)
Base constructor - for conformance to RFC 5280 use a calculator based on SHA-1.

Method

AuthorityKeyIdentifiercreateAuthorityKeyIdentifier(X509CertificateHolder certHolder)
Create an AuthorityKeyIdentifier from the passed in arguments.
AuthorityKeyIdentifiercreateAuthorityKeyIdentifier(SubjectPublicKeyInfo publicKeyInfo)
Create an AuthorityKeyIdentifier from the passed in SubjectPublicKeyInfo.
SubjectKeyIdentifiercreateSubjectKeyIdentifier(SubjectPublicKeyInfo publicKeyInfo)
Return a RFC 5280 type 1 key identifier.