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 PrivateKey
KeyFactorySpi. engineGeneratePrivate(KeySpec var0)
PrivateKey
KeyFactory. generatePrivate(KeySpec var0)
PrivateKey
KeyPair. getPrivate()
PrivateKey
Signer. getPrivateKey()
Methods in java.security with parameters of type PrivateKey Modifier and Type Method Description protected abstract void
SignatureSpi. engineInitSign(PrivateKey var0)
protected void
SignatureSpi. engineInitSign(PrivateKey var0, SecureRandom var1)
void
Signature. initSign(PrivateKey var0)
void
Signature. 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 interface
DSAPrivateKey
interface
RSAPrivateCrtKey
interface
RSAPrivateKey
-