ECKey



Uses of Interface
javacard.security.ECKey

Packages that use ECKey
com.licel.jcardsim.crypto   
javacard.security   
 

Uses of ECKey in com.licel.jcardsim.crypto
 

Classes in com.licel.jcardsim.crypto that implement ECKey
 class ECKeyImpl
          Base class for ECPublicKeyImpl/ECPrivateKeyImpl on BouncyCastle CryptoAPI
 class ECPrivateKeyImpl
          Implementation ECPrivateKey based on BouncyCastle CryptoAPI
 class ECPublicKeyImpl
          Implementation ECPublicKey based on BouncyCastle CryptoAPI
 

Uses of ECKey in javacard.security
 

Subinterfaces of ECKey in javacard.security
 interface ECPrivateKey
          The ECPrivateKey interface is used to generate signatures on data using the ECDSA (Elliptic Curve Digital Signature Algorithm) and to generate shared secrets using the ECDH (Elliptic Curve Diffie-Hellman) algorithm.
 interface ECPublicKey
          The ECPublicKey interface is used to verify signatures on signed data using the ECDSA algorithm and to generate shared secrets using the ECDH algorithm.