No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | |
| ↳ | java.security.KeyStore.SecretKeyEntry |
SecretKeyEntry represents a KeyStore entry that holds a secret key.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Constructs a new instance of
SecretKeyEntry with the given
SecretKey.
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns the secret key.
|
||||||||||
|
|
Returns a string containing a concise, human-readable description of this
SecretKeyEntry.
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
|||||||||||
Constructs a new instance of SecretKeyEntry with the given SecretKey.
| secretKey | the secret key. |
|---|
| NullPointerException | if secretKey is null. |
|---|
Returns the secret key.
Returns a string containing a concise, human-readable description of this SecretKeyEntry.
SecretKeyEntry.