public class CertificateBase
extends org.bouncycastle.asn1.ASN1Object
CertificateBase ::= SEQUENCE {
version Uint8(3),
type CertificateType,
issuer IssuerIdentifier,
toBeSigned ToBeSignedCertificate,
signature Signature OPTIONAL
}
| Modifier | Constructor and Description |
|---|---|
protected |
CertificateBase(org.bouncycastle.asn1.ASN1Sequence seq) |
| Modifier and Type | Method and Description |
|---|---|
static CertificateBase |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
protected CertificateBase(org.bouncycastle.asn1.ASN1Sequence seq)
public static CertificateBase getInstance(java.lang.Object o)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object