Package | Description |
---|---|
org.bouncycastle.asn1.x509 | |
org.bouncycastle.jcajce.interfaces |
Modifier and Type | Method and Description |
---|---|
TBSCertificate |
V1TBSCertificateGenerator.generateTBSCertificate() |
TBSCertificate |
V3TBSCertificateGenerator.generateTBSCertificate() |
static TBSCertificate |
TBSCertificate.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static TBSCertificate |
TBSCertificate.getInstance(Object obj) |
TBSCertificate |
Certificate.getTBSCertificate() |
Modifier and Type | Method and Description |
---|---|
TBSCertificate |
BCX509Certificate.getTBSCertificateNative()
Return the ASN.1 class representing the TBSCertificate for this certificate.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.