public interface BCX509Certificate
| Modifier and Type | Method and Description |
|---|---|
X500Name |
getIssuerX500Name()
Return the certificate issuer as an X500Name.
|
X500Name |
getSubjectX500Name()
Return the certificate subject as an X500Name.
|
TBSCertificate |
getTBSCertificateNative()
Return the ASN.1 class representing the TBSCertificate for this certificate.
|
X500Name getIssuerX500Name()
TBSCertificate getTBSCertificateNative()
X500Name getSubjectX500Name()