Uses of Class
javacardx.crypto.Cipher

Packages that use Cipher
javacardx.crypto   
 

Uses of Cipher in javacardx.crypto
 

Methods in javacardx.crypto that return Cipher
 Cipher KeyEncryption.getKeyCipher()
          Returns the Cipher object to be used to decrypt the input key data and key parameters in the set methods.
static Cipher Cipher.getInstance(byte algorithm, boolean externalAccess)
          Creates a Cipher object instance of the selected algorithm.
 

Methods in javacardx.crypto with parameters of type Cipher
 void KeyEncryption.setKeyCipher(Cipher keyCipher)
          Sets the Cipher object to be used to decrypt the input key data and key parameters in the set methods.
 



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