API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.security.
KeyStore.SecretKeyEntry
View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
Object
KeyStore.SecretKeyEntry
Implements
KeyStore.Entry
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
final
static
class KeyStore.SecretKeyEntry
A
KeyStore
entry that holds a
SecretKey
.
A
KeyStore
entry that holds a
SecretKey
.
See also:
Constructors
public
KeyStore.SecretKeyEntry
(
SecretKey
secretKey)
Constructs a
SecretKeyEntry
with a
SecretKey
.
Constructs a
SecretKeyEntry
with a
SecretKey
.
Parameters:
-
secretKey
- the
SecretKey
Throws:
-
NullPointerException
- if
secretKey
is
null
Methods
Hide/Show inherited methods
public
SecretKey
getSecretKey
()
Gets the
SecretKey
from this entry.
Gets the
SecretKey
from this entry.
Returns:
the
SecretKey
from this entry
public
String
toString
()
Returns a string representation of this SecretKeyEntry.
Returns a string representation of this SecretKeyEntry.
Returns:
a string representation of this SecretKeyEntry.
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar