加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090222204615/http://developer.android.com:80/reference/java/security/KeyStore.TrustedCertificateEntry.html
public static final class

KeyStore.TrustedCertificateEntry

extends Object
implements KeyStore.Entry
java.lang.Object
   ↳ java.security.KeyStore.TrustedCertificateEntry

Summary

Public Constructors
KeyStore.TrustedCertificateEntry(Certificate trustCertificate)
Public Methods
Certificate getTrustedCertificate()
String toString()
Returns a string containing a concise, human-readable description of the receiver.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public KeyStore.TrustedCertificateEntry (Certificate trustCertificate)

Public Methods

public Certificate getTrustedCertificate ()

public String toString ()

Returns a string containing a concise, human-readable description of the receiver.

Returns
  • String a printable representation for the receiver.