|
Préférences
Moteurs de recherche
|
||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
java.security
|
Constructor Summary | |
---|---|
KeyStore.SecretKeyEntry(SecretKey secretKey)
Constructs a SecretKeyEntry with a
SecretKey . |
Method Summary | |
---|---|
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KeyStore.SecretKeyEntry(SecretKey secretKey)
SecretKeyEntry
with a
SecretKey
.
secretKey
- the SecretKey
NullPointerException
- if secretKey
is null
Method Detail |
---|
public SecretKey getSecretKey()
SecretKey
from this entry.
SecretKey
from this entrypublic String toString()