Package | Description |
---|---|
java.security | |
java.security.interfaces |
Modifier and Type | Interface and Description |
---|---|
interface |
PrivateKey |
interface |
PublicKey |
Modifier and Type | Method and Description |
---|---|
abstract Key |
KeyStoreSpi.engineGetKey(String alias,
char[] password) |
protected abstract Key |
KeyFactorySpi.engineTranslateKey(Key key) |
Key |
KeyStore.getKey(String alias,
char[] password) |
Key |
KeyFactory.translateKey(Key key) |
Modifier and Type | Method and Description |
---|---|
protected abstract KeySpec |
KeyFactorySpi.engineGetKeySpec(Key key,
Class keySpec) |
abstract void |
KeyStoreSpi.engineSetKeyEntry(String alias,
Key key,
char[] password,
Certificate[] chain) |
protected abstract Key |
KeyFactorySpi.engineTranslateKey(Key key) |
KeySpec |
KeyFactory.getKeySpec(Key key,
Class keySpec) |
void |
KeyStore.setKeyEntry(String alias,
Key key,
char[] password,
Certificate[] chain) |
Key |
KeyFactory.translateKey(Key key) |
Modifier and Type | Interface and Description |
---|---|
interface |
DSAPrivateKey |
interface |
DSAPublicKey |
interface |
RSAMultiPrimePrivateCrtKey
RSAMultiPrimePrivateCrtKey:
|
interface |
RSAPrivateCrtKey |
interface |
RSAPrivateKey |
interface |
RSAPublicKey |