Uses of Interface
java.security.spec.KeySpec
-
Packages that use KeySpec Package Description java.security java.security.spec -
-
Uses of KeySpec in java.security
Methods in java.security that return KeySpec Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
DSAPrivateKeySpec
class
DSAPublicKeySpec
class
EncodedKeySpec
class
PKCS8EncodedKeySpec
class
RSAPrivateCrtKeySpec
class
RSAPrivateKeySpec
class
RSAPublicKeySpec
class
X509EncodedKeySpec
-