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, getTypeName, isInitialized
 



Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.