Package org.bouncycastle.oer.its
Class ImplicitCertificate
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.CertificateBase
org.bouncycastle.oer.its.ImplicitCertificate
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bouncycastle.oer.its.CertificateBase
CertificateBase.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionImplicitCertificate
(org.bouncycastle.asn1.ASN1Integer version, IssuerIdentifier issuer, ToBeSignedCertificate toBeSignedCertificate, Signature signature) -
Method Summary
Methods inherited from class org.bouncycastle.oer.its.CertificateBase
builder, getInstance, getIssuer, getSignature, getToBeSignedCertificate, getType, getVersion, toASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
ImplicitCertificate
public ImplicitCertificate(org.bouncycastle.asn1.ASN1Integer version, IssuerIdentifier issuer, ToBeSignedCertificate toBeSignedCertificate, Signature signature)
-