| Package | Description |
|---|---|
| java.security |
Provides the classes and interfaces for the security framework.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyStore
A
KeyStore entry that holds a
PrivateKey and corresponding certificate chain.
|
static class |
KeyStore
A
KeyStore entry that holds a
SecretKey.
|
static class |
KeyStore
A
KeyStore entry that holds a trusted
Certificate.
|
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
KeyStoreSpi.engineGetEntry(String
Gets a
KeyStore.Entry for the specified alias with the specified protection parameter.
|
KeyStore |
KeyStore.getEntry(String
Gets a keystore
Entry for the specified alias with the specified protection parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyStoreSpi.engineSetEntry(String
Saves a
KeyStore.Entry under the specified alias.
|
void |
KeyStore.setEntry(String
Saves a keystore
Entry under the specified alias.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
KeyStoreSpi.engineEntryInstanceOf(String
Determines if the keystore
Entry for the specified
alias is an instance or subclass of the specified
entryClass.
|
boolean |
KeyStore.entryInstanceOf(String
Determines if the keystore
Entry for the specified
alias is an instance or subclass of the specified
entryClass.
|