|
Java Card v2.2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublicKey | |
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 PublicKey in javacard.security |
Subinterfaces of PublicKey in javacard.security | |
interface |
DSAPublicKey
The DSAPublicKey interface is used to verify signatures
on signed data using the DSA algorithm. |
interface |
ECPublicKey
The ECPublicKey interface is used to verify signatures on signed data
using the ECDSA algorithm and to generate shared secrets using the ECDH
algorithm. |
interface |
RSAPublicKey
The RSAPublicKey is used to verify signatures on signed data using the RSA algorithm. |
Methods in javacard.security that return PublicKey | |
PublicKey |
KeyPair.getPublic()
Returns a reference to the public key component of this KeyPair object. |
Constructors in javacard.security with parameters of type PublicKey | |
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 |