Uses of Interface
java.security.PrivateKey
-
Packages that use PrivateKey Package Description java.security java.security.interfaces -
-
Uses of PrivateKey in java.security
Methods in java.security that return PrivateKey Modifier and Type Method Description protected abstract PrivateKeyKeyFactorySpi. engineGeneratePrivate(KeySpec var0)PrivateKeyKeyFactory. generatePrivate(KeySpec var0)PrivateKeyKeyPair. getPrivate()PrivateKeySigner. getPrivateKey()Methods in java.security with parameters of type PrivateKey Modifier and Type Method Description protected abstract voidSignatureSpi. engineInitSign(PrivateKey var0)protected voidSignatureSpi. engineInitSign(PrivateKey var0, SecureRandom var1)voidSignature. initSign(PrivateKey var0)voidSignature. initSign(PrivateKey var0, SecureRandom var1)Constructors in java.security with parameters of type PrivateKey Constructor Description KeyPair(PublicKey var0, PrivateKey var1)SignedObject(Serializable var0, PrivateKey var1, Signature var2) -
Uses of PrivateKey in java.security.interfaces
Subinterfaces of PrivateKey in java.security.interfaces Modifier and Type Interface Description interfaceDSAPrivateKeyinterfaceRSAPrivateCrtKeyinterfaceRSAPrivateKey
-