Class Certificate
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2.CertificateBase
-
- org.bouncycastle.oer.its.ieee1609dot2.Certificate
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class Certificate extends CertificateBase
Certificate ::= CertificateBase (ImplicitCertificate | ExplicitCertificate)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bouncycastle.oer.its.ieee1609dot2.CertificateBase
CertificateBase.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Certificate(org.bouncycastle.asn1.ASN1Sequence seq)
Certificate(UINT8 version, CertificateType type, IssuerIdentifier issuer, ToBeSignedCertificate toBeSignedCertificate, Signature signature)
Certificate(CertificateBase base)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Certificate
getInstance(java.lang.Object value)
-
Methods inherited from class org.bouncycastle.oer.its.ieee1609dot2.CertificateBase
builder, getIssuer, getSignature, getToBeSigned, getType, getVersion, toASN1Primitive
-
-
-
-
Constructor Detail
-
Certificate
public Certificate(UINT8 version, CertificateType type, IssuerIdentifier issuer, ToBeSignedCertificate toBeSignedCertificate, Signature signature)
-
Certificate
public Certificate(CertificateBase base)
-
Certificate
protected Certificate(org.bouncycastle.asn1.ASN1Sequence seq)
-
-
Method Detail
-
getInstance
public static Certificate getInstance(java.lang.Object value)
-
-