Uses of Interface
javacard.security.PrivateKey

Packages that use PrivateKey
javacard.security   
 

Uses of PrivateKey in javacard.security
 

Subinterfaces of PrivateKey in javacard.security
 interface DSAPrivateKey
          The DSAPrivateKey interface is used to sign data using the DSA algorithm.
 interface RSAPrivateCrtKey
          The RSAPrivateCrtKey interface is used to sign data using the RSA algorithm in its Chinese Remainder Theorem form.
 interface RSAPrivateKey
          The RSAPrivateKey class is used to sign data using the RSA algorithm in its modulus/exponent form.
 

Methods in javacard.security that return PrivateKey
 PrivateKey KeyPair.getPrivate()
          Returns a reference to the private key component of this KeyPair object.
 

Constructors in javacard.security with parameters of type PrivateKey
KeyPair(PublicKey publicKey, PrivateKey privateKey)
          Constructs a new KeyPair object containing the specified public key and private key.
 



Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.