Java Card
v2.2.2

Uses of Interface
javacard.security.PublicKey

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.2

Copyright © 1993-2005 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, CA, 95054, U.S.A. All Rights Reserved.