javacard.security
Interface PrivateKey

All Superinterfaces:
Key
All Known Subinterfaces:
DSAPrivateKey, 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 and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.