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

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

Introduction

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

The text is from its open source code.

Constructor

Method

ExtensiongetExtension(ASN1ObjectIdentifier oid)
Look up the extension associated with the passed in OID.
X500NamegetIssuer()
Return the issuer of this certificate.
BigIntegergetSerialNumber()
Return the serial number of this attribute certificate.
X500NamegetSubject()
Return the subject this certificate is for.
SubjectPublicKeyInfogetSubjectPublicKeyInfo()
Return the SubjectPublicKeyInfo describing the public key this certificate is carrying.
booleanisSignatureValid(ContentVerifierProvider verifierProvider)
Validate the signature on the certificate in this holder.