DSAKey



Uses of Interface
javacard.security.DSAKey

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

Uses of DSAKey in com.licel.jcardsim.crypto
 

Classes in com.licel.jcardsim.crypto that implement DSAKey
 class DSAKeyImpl
          Base class for DSAPublicKeyImpl/DSAPrivateKeyImpl on BouncyCastle CryptoAPI
 class DSAPrivateKeyImpl
          Implementation DSAPrivateKey based on BouncyCastle CryptoAPI
 class DSAPublicKeyImpl
          Implementation DSAPublicKey based on BouncyCastle CryptoAPI
 

Uses of DSAKey in javacard.security
 

Subinterfaces of DSAKey in javacard.security
 interface DSAPrivateKey
          The DSAPrivateKey interface is used to sign data using the DSA algorithm.
 interface DSAPublicKey
          The DSAPublicKey interface is used to verify signatures on signed data using the DSA algorithm.