publicfinalstatic class KeyStore.TrustedCertificateEntry
A KeyStore entry that holds a trusted
Certificate.
A KeyStore entry that holds a trusted Certificate.
See also:
Constructors
public KeyStore.TrustedCertificateEntry
(Certificate trustedCert)
Constructs a TrustedCertificateEntry with a
trusted Certificate.
Constructs a TrustedCertificateEntry with a trusted Certificate.
Parameters: - trustedCert - the trusted Certificate Throws: - NullPointerException - if
trustedCert is null