| java.lang.Object | ||
| java.security.KeyStore.PrivateKeyEntry | KeyStore.Entry | |
| KeyStore.PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain) |
| Certificate | getCertificate() | ||||
| Certificate[] | getCertificateChain() | ||||
| PrivateKey | getPrivateKey() | ||||
| String | toString() | ||||
| Answers a string containing a concise, human-readable description of the receiver. | |||||
Methods inherited
from class
java.lang.Object