Uses of Interface
java.security.PrivateKey
Packages that use PrivateKey
-
Uses of PrivateKey in java.security
Methods in java.security that return PrivateKeyModifier and TypeMethodDescriptionprotected abstract PrivateKey
KeyFactorySpi.engineGeneratePrivate
(KeySpec var0) final PrivateKey
KeyFactory.generatePrivate
(KeySpec var0) KeyPair.getPrivate()
Signer.getPrivateKey()
Methods in java.security with parameters of type PrivateKeyModifier and TypeMethodDescriptionprotected abstract void
SignatureSpi.engineInitSign
(PrivateKey var0) protected void
SignatureSpi.engineInitSign
(PrivateKey var0, SecureRandom var1) final void
Signature.initSign
(PrivateKey var0) final void
Signature.initSign
(PrivateKey var0, SecureRandom var1) Constructors in java.security with parameters of type PrivateKeyModifierConstructorDescriptionKeyPair
(PublicKey var0, PrivateKey var1) SignedObject
(Serializable var0, PrivateKey var1, Signature var2) -
Uses of PrivateKey in java.security.interfaces
Subinterfaces of PrivateKey in java.security.interfacesModifier and TypeInterfaceDescriptioninterface
interface
interface