Provides the classes and interfaces for the security framework.
-
static final class
A KeyStore
entry that holds a PrivateKey
and corresponding certificate chain.
static final class
A KeyStore
entry that holds a SecretKey
.
static final class
A KeyStore
entry that holds a trusted
Certificate
.
Gets a KeyStore.Entry
for the specified alias
with the specified protection parameter.
Gets a keystore Entry
for the specified alias
with the specified protection parameter.
void
Saves a KeyStore.Entry
under the specified alias.
final void
Saves a keystore Entry
under the specified alias.
boolean
Determines if the keystore Entry
for the specified
alias
is an instance or subclass of the specified
entryClass
.
final boolean
Determines if the keystore Entry
for the specified
alias
is an instance or subclass of the specified
entryClass
.