|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Key | |
|---|---|
| java.security | |
| java.security.interfaces | |
| Uses of Key in java.security |
|---|
| Subinterfaces of Key in java.security | |
|---|---|
interface |
PrivateKey
|
interface |
PublicKey
|
| Methods in java.security that return Key | |
|---|---|
abstract Key |
KeyStoreSpi.engineGetKey(String var0,
char[] var1)
|
protected abstract Key |
KeyFactorySpi.engineTranslateKey(Key var0)
|
Key |
KeyStore.getKey(String var0,
char[] var1)
|
Key |
KeyFactory.translateKey(Key var0)
|
| Methods in java.security with parameters of type Key | |
|---|---|
protected abstract KeySpec |
KeyFactorySpi.engineGetKeySpec(Key var0,
Class var1)
|
abstract void |
KeyStoreSpi.engineSetKeyEntry(String var0,
Key var1,
char[] var2,
Certificate[] var3)
|
protected abstract Key |
KeyFactorySpi.engineTranslateKey(Key var0)
|
KeySpec |
KeyFactory.getKeySpec(Key var0,
Class var1)
|
void |
KeyStore.setKeyEntry(String var0,
Key var1,
char[] var2,
Certificate[] var3)
|
Key |
KeyFactory.translateKey(Key var0)
|
| Uses of Key in java.security.interfaces |
|---|
| Subinterfaces of Key in java.security.interfaces | |
|---|---|
interface |
DSAPrivateKey
|
interface |
DSAPublicKey
|
interface |
RSAPrivateCrtKey
|
interface |
RSAPrivateKey
|
interface |
RSAPublicKey
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||