Interface BCX509Certificate
-
public interface BCX509Certificate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description X500Name
getIssuerX500Name()
X500Name
getSubjectX500Name()
TBSCertificate
getTBSCertificateNative()
-
-
-
Method Detail
-
getIssuerX500Name
X500Name getIssuerX500Name()
-
getTBSCertificateNative
TBSCertificate getTBSCertificateNative()
-
getSubjectX500Name
X500Name getSubjectX500Name()
-
-