java.security
Class KeyStore.PrivateKeyEntry
java.lang.Object
java.security.KeyStore.PrivateKeyEntry
- All Implemented Interfaces:
- KeyStore.Entry
- Enclosing class:
- KeyStore
public static final class KeyStore.PrivateKeyEntry
- extends Object
- implements KeyStore.Entry
KeyStore.PrivateKeyEntry
public KeyStore.PrivateKeyEntry(PrivateKey privateKey,
Certificate[] chain)
getPrivateKey
public PrivateKey getPrivateKey()
getCertificateChain
public Certificate[] getCertificateChain()
getCertificate
public Certificate getCertificate()
toString
public String toString()
- Description copied from class:
Object
- Returns a string containing a concise, human-readable description of the
receiver.
- Overrides:
toString in class Object
- Returns:
- String a printable representation for the receiver.
Please submit a feedback, bug or feature