Java Card
v2.2.1

javacard.security
Interface PrivateKey

All Superinterfaces:
Key
All Known Subinterfaces:
DSAPrivateKey, ECPrivateKey, RSAPrivateCrtKey, RSAPrivateKey

public interface PrivateKey
extends Key

The PrivateKey interface is the base interface for private keys used in asymmetric algorithms.


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


Java Card
v2.2.1

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