Package | Description |
---|---|
java.security.cert |
Contains classes for certificate management.
|
Modifier and Type | Method and Description |
---|---|
X500Principal |
X509Certificate.getIssuerX500Principal()
Returns the issuer (issuer distinguished name) value from the certificate as an
X500Principal . |
X500Principal |
X509Certificate.getSubjectX500Principal()
Returns the subject (subject distinguished name) value from the certificate as an
X500Principal . |