Uses of Interface
java.security.PrivateKey

Packages that use PrivateKey
java.security   
java.security.interfaces   
 

Uses of PrivateKey in java.security
 

Methods in java.security that return PrivateKey
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
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
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
 interface DSAPrivateKey
           
 interface RSAPrivateCrtKey
           
 interface RSAPrivateKey
           
 



Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.