public interface IuCertificateAuthority
Configures a certifying authority for an
X.509
certificate chain.-
Method Summary
Modifier and TypeMethodDescriptionGets the CA signing certificate.getCrl()Gets the most recently published certificate revocation list.
-
Method Details
-
getCertificate
X509Certificate getCertificate()Gets the CA signing certificate.- Returns:
X509Certificate
-
getCrl
Gets the most recently published certificate revocation list.- Returns:
X509CRL
-