|
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.SecretKeyEntry
public static final class KeyStore.SecretKeyEntry
SecretKeyEntry represents a KeyStore entry that
holds a secret key.
| Constructor Summary | |
|---|---|
KeyStore.SecretKeyEntry(SecretKey secretKey)
Constructs a new instance of SecretKeyEntry with the given
SecretKey. |
|
| Method Summary | |
|---|---|
SecretKey |
getSecretKey()
Returns the secret key. |
String |
toString()
Returns a string containing a concise, human-readable description of this SecretKeyEntry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public KeyStore.SecretKeyEntry(SecretKey secretKey)
SecretKeyEntry with the given
SecretKey.
secretKey - the secret key.
NullPointerException - if secretKey is null.| Method Detail |
|---|
public SecretKey getSecretKey()
public String toString()
SecretKeyEntry.
toString in class ObjectSecretKeyEntry.
|
Android 2.3 Gingerbread | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||