Signature



Uses of Class
javacard.security.Signature

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

Uses of Signature in com.licel.jcardsim.crypto
 

Subclasses of Signature in com.licel.jcardsim.crypto
 class AsymmetricSignatureImpl
           
 class SymmetricSignatureImpl
          Implementation Signature with symmetric keys based on BouncyCastle CryptoAPI
 

Uses of Signature in javacard.security
 

Methods in javacard.security that return Signature
static Signature Signature.getInstance(byte algorithm, boolean externalAccess)
          Creates a Signature object instance of the selected algorithm.