No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | |
| ↳ | java.security.KeyStore.TrustedCertificateEntry | 
TrustedCertificateEntry represents a KeyStore entry that holds a trusted certificate. 
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Constructs a new instance of 
            TrustedCertificateEntrywith the givenCertificate. | ||||||||||
| 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 trustCertificateisnull. | 
|---|
Returns the trusted certificate.
Returns a string containing a concise, human-readable description of this TrustedCertificateEntry.
TrustedCertificateEntry.