|
Java Card v2.2.1 |
||||||||||
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 |
DSAPrivateKey
The DSAPrivateKey interface is used to sign data using the DSA algorithm. |
interface |
ECPrivateKey
The ECPrivateKey interface 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 |
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. |
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 KeyPair object containing the specified
public key and private key. |
|
Java Card v2.2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |