| 
 | Java Card v2.2.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrivateKey | |
|---|---|
| javacard.security | Provides classes and interfaces that contain publicly-available functionality for implementing a security and cryptography framework on the Java Card platform. | 
| Uses of PrivateKey in javacard.security | 
|---|
| Subinterfaces of PrivateKey in javacard.security | |
|---|---|
|  interface | DSAPrivateKeyThe DSAPrivateKeyinterface is used to sign data using the DSA algorithm. | 
|  interface | ECPrivateKeyThe ECPrivateKeyinterface is used to generate signatures on data using
 the ECDSA (Elliptic Curve Digital Signature Algorithm) and to generate shared secrets
 using the ECDH (Elliptic Curve Diffie-Hellman) algorithm. | 
|  interface | RSAPrivateCrtKeyThe RSAPrivateCrtKeyinterface is used to sign data using the RSA algorithm
 in its Chinese Remainder Theorem form. | 
|  interface | RSAPrivateKeyThe RSAPrivateKeyclass 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 KeyPairobject. | 
| Methods in javacard.security with parameters of type PrivateKey | |
|---|---|
| abstract  void | KeyAgreement.init(PrivateKey privKey)Initializes the object with the given private key. | 
| Constructors in javacard.security with parameters of type PrivateKey | |
|---|---|
| KeyPair(PublicKey publicKey,
        PrivateKey privateKey)Constructs a new KeyPairobject containing the specified 
 public key and private key. | |
| 
 | Java Card v2.2.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||