public
static
final
class
KeyStore.TrustedCertificateEntry
extends Object
implements
KeyStore.Entry
| java.lang.Object | |
| ↳ | java.security.KeyStore.TrustedCertificateEntry |
A KeyStore entry that holds a trusted
Certificate.
Public constructors | |
|---|---|
KeyStore.TrustedCertificateEntry(Certificate trustedCert)
Constructs a |
|
Public methods | |
|---|---|
Certificate
|
getTrustedCertificate()
Gets the trusted |
String
|
toString()
Returns a string representation of this TrustedCertificateEntry. |
Inherited methods | |
|---|---|
java.lang.Object
| |
KeyStore.TrustedCertificateEntry (Certificate trustedCert)
Constructs a TrustedCertificateEntry with a
trusted Certificate.
| Parameters | |
|---|---|
trustedCert |
Certificate:
the trusted Certificate |
| Throws | |
|---|---|
NullPointerException |
if
trustedCert is null
|
Certificate getTrustedCertificate ()
Gets the trusted Certficate from this entry.
| Returns | |
|---|---|
Certificate |
the trusted Certificate from this entry
|
String toString ()
Returns a string representation of this TrustedCertificateEntry.
| Returns | |
|---|---|
String |
a string representation of this TrustedCertificateEntry. |