java.security
Class KeyStore.SecretKeyEntry
java.lang.Object
java.security.KeyStore.SecretKeyEntry
- All Implemented Interfaces:
- KeyStore.Entry
- Enclosing class:
- KeyStore
public static final class KeyStore.SecretKeyEntry
- extends Object
- implements KeyStore.Entry
KeyStore.SecretKeyEntry
public KeyStore.SecretKeyEntry(SecretKey secretKey)
getSecretKey
public SecretKey getSecretKey()
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