Java org.bouncycastle.asn1.x509 Certificate fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1.x509 Certificate fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.bouncycastle.asn1.x509.Certificate has subclasses.
Click this link to see all its subclasses.

Method

byte[]getEncoded()
Return the default BER or DER encoding for this object.
byte[]getEncoded(String encoding)
Return either the default for "BER" or a DER encoding if "DER" is specified.
TimegetEndDate()
CertificategetInstance(Object obj)
X500NamegetIssuer()
ASN1IntegergetSerialNumber()
DERBitStringgetSignature()
AlgorithmIdentifiergetSignatureAlgorithm()
TimegetStartDate()
X500NamegetSubject()
SubjectPublicKeyInfogetSubjectPublicKeyInfo()
TBSCertificategetTBSCertificate()