Java Card
v2.2.2

javacard.security
Interface PublicKey

All Superinterfaces:
Key
All Known Subinterfaces:
DSAPublicKey, ECPublicKey, RSAPublicKey

public interface PublicKey
extends Key

The PublicKey interface is the base interface for public keys used in asymmetric algorithms.


Method Summary
 
Methods inherited from interface javacard.security.Key
clearKey, getSize, getType, isInitialized
 


Java Card
v2.2.2

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