public final class X509Certificate extends Object
Constructor and Description |
---|
X509Certificate(String fqdn,
PrivateKey key,
sun.security.x509.X509CertImpl cert) |
Modifier and Type | Method and Description |
---|---|
sun.security.x509.X509CertImpl |
getCert() |
String |
getFqdn() |
PrivateKey |
getKey() |
public X509Certificate(String fqdn, PrivateKey key, sun.security.x509.X509CertImpl cert)
public String getFqdn()
public PrivateKey getKey()
public sun.security.x509.X509CertImpl getCert()
Copyright © 2016. All Rights Reserved.