java.lang.Object | |
↳ | java.security.KeyStore.TrustedCertificateEntry |
TrustedCertificateEntry
represents a
KeyStore
entry that
holds a trusted certificate.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Constructs a new instance of
TrustedCertificateEntry
with the
given
Certificate
.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the trusted certificate.
|
||||||||||
|
Returns a string containing a concise, human-readable description of
this
TrustedCertificateEntry
.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Constructs a new instance of
TrustedCertificateEntry
with the
given
Certificate
.
trustCertificate | the trusted certificate. |
---|
NullPointerException |
if
trustCertificate
is
null
.
|
---|
Returns the trusted certificate.
Returns a string containing a concise, human-readable description of
this
TrustedCertificateEntry
.
TrustedCertificateEntry
.