public class Certificate extends CertificateBase
CertificateBase.Builder| Modifier | Constructor and Description |
|---|---|
protected |
Certificate(org.bouncycastle.asn1.ASN1Sequence seq) |
|
Certificate(CertificateBase base) |
|
Certificate(UINT8 version,
CertificateType type,
IssuerIdentifier issuer,
ToBeSignedCertificate toBeSignedCertificate,
Signature signature) |
| Modifier and Type | Method and Description |
|---|---|
static Certificate |
getInstance(java.lang.Object value) |
builder, getIssuer, getSignature, getToBeSigned, getType, getVersion, toASN1Primitivepublic Certificate(UINT8 version, CertificateType type, IssuerIdentifier issuer, ToBeSignedCertificate toBeSignedCertificate, Signature signature)
public Certificate(CertificateBase base)
protected Certificate(org.bouncycastle.asn1.ASN1Sequence seq)
public static Certificate getInstance(java.lang.Object value)