Uses of Package
javacard.security

Packages that use javacard.security
javacard.security   
javacardx.crypto   
 

Classes in javacard.security used by javacard.security
CryptoException
          CryptoException represents a cryptography-related exception.
DSAKey
          The DSAKey interface is the base interface for the DSA algorithms private and public key implementations.
Key
          The Key interface is the base interface for all keys.
MessageDigest
          The MessageDigest class is the base class for hashing algorithms.
PrivateKey
          The PrivateKey interface is the base interface for private keys used in asymmetric algorithms.
PublicKey
          The PublicKey interface is the base interface for public keys used in asymmetric algorithms.
RandomData
          The RandomData abstract class is the base class for random number generation.
SecretKey
          The SecretKey class is the base interface for keys used in symmetric algorithms (e.g. DES).
Signature
          The Signature class is the base class for Signature algorithms.
 

Classes in javacard.security used by javacardx.crypto
CryptoException
          CryptoException represents a cryptography-related exception.
Key
          The Key interface is the base interface for all keys.
 



Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.