|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeySpec | |
|---|---|
| java.security | |
| java.security.spec | |
| Uses of KeySpec in java.security |
|---|
| Methods in java.security that return KeySpec | |
|---|---|
protected abstract KeySpec |
KeyFactorySpi.engineGetKeySpec(Key var0,
Class var1)
|
KeySpec |
KeyFactory.getKeySpec(Key var0,
Class var1)
|
| Methods in java.security with parameters of type KeySpec | |
|---|---|
protected abstract PrivateKey |
KeyFactorySpi.engineGeneratePrivate(KeySpec var0)
|
protected abstract PublicKey |
KeyFactorySpi.engineGeneratePublic(KeySpec var0)
|
PrivateKey |
KeyFactory.generatePrivate(KeySpec var0)
|
PublicKey |
KeyFactory.generatePublic(KeySpec var0)
|
| Uses of KeySpec in java.security.spec |
|---|
| Classes in java.security.spec that implement KeySpec | |
|---|---|
class |
DSAPrivateKeySpec
|
class |
DSAPublicKeySpec
|
class |
EncodedKeySpec
|
class |
PKCS8EncodedKeySpec
|
class |
RSAPrivateCrtKeySpec
|
class |
RSAPrivateKeySpec
|
class |
RSAPublicKeySpec
|
class |
X509EncodedKeySpec
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||