|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
java.security.KeyStore.SecretKeyEntry


public static final class KeyStore.SecretKeyEntry


A KeyStore entry that holds a SecretKey.
| Constructor Summary | |
|---|---|
KeyStore.SecretKeyEntry
Constructs a SecretKeyEntry with a
SecretKey. |
|
| Method Summary | |
|---|---|
javax.crypto.SecretKey |
getSecretKey
Gets the SecretKey from this entry. |
String |
toString
Returns a string representation of this SecretKeyEntry. |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |
| Constructor Detail |
|---|

public KeyStore.SecretKeyEntry(javax.crypto.SecretKey secretKey)
SecretKeyEntry with a
SecretKey.
secretKey - the SecretKey
NullPointerException

- if secretKey
is null| Method Detail |
|---|

public javax.crypto.SecretKey getSecretKey()
SecretKey from this entry.
SecretKey from this entry

public String![]()
![]()
toString()
toString

in class Object

|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||