|
Android 2.3 Gingerbread | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.security.KeyStore.TrustedCertificateEntry
public static final class KeyStore.TrustedCertificateEntry
TrustedCertificateEntry represents a KeyStore entry that
holds a trusted certificate.
| Constructor Summary | |
|---|---|
KeyStore.TrustedCertificateEntry(Certificate trustCertificate)
Constructs a new instance of TrustedCertificateEntry with the
given Certificate. |
|
| Method Summary | |
|---|---|
Certificate |
getTrustedCertificate()
Returns the trusted certificate. |
String |
toString()
Returns a string containing a concise, human-readable description of this TrustedCertificateEntry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public KeyStore.TrustedCertificateEntry(Certificate trustCertificate)
TrustedCertificateEntry with the
given Certificate.
trustCertificate - the trusted certificate.
NullPointerException - if trustCertificate is null.| Method Detail |
|---|
public Certificate getTrustedCertificate()
public String toString()
TrustedCertificateEntry.
toString in class ObjectTrustedCertificateEntry.
|
Android 2.3 Gingerbread | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||