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
Certificate ::= CertificateBase (ImplicitCertificate | ExplicitCertificate)
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bouncycastle.oer.its.ieee1609dot2.CertificateBase
CertificateBase.Builder
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Certificate
(org.bouncycastle.asn1.ASN1Sequence seq) Certificate
(UINT8 version, CertificateType type, IssuerIdentifier issuer, ToBeSignedCertificate toBeSignedCertificate, Signature signature) Certificate
(CertificateBase base) -
Method Summary
Methods inherited from class org.bouncycastle.oer.its.ieee1609dot2.CertificateBase
builder, getIssuer, getSignature, getToBeSigned, getType, getVersion, toASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
Certificate
public Certificate(UINT8 version, CertificateType type, IssuerIdentifier issuer, ToBeSignedCertificate toBeSignedCertificate, Signature signature) -
Certificate
-
Certificate
protected Certificate(org.bouncycastle.asn1.ASN1Sequence seq)
-
-
Method Details
-
getInstance
-