|
Java Card v2.2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cipher | |
javacardx.crypto | Extension package that contains functionality, which may be subject to export controls, for implementing a security and cryptography framework on the Java Card platform. |
Uses of Cipher in javacardx.crypto |
Methods in javacardx.crypto that return Cipher | |
static Cipher |
Cipher.getInstance(byte algorithm,
boolean externalAccess)
Creates a Cipher object instance of the selected algorithm. |
Cipher |
KeyEncryption.getKeyCipher()
Returns the Cipher object to be used to decrypt the input key data
and key parameters in the set methods. |
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 Card v2.2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |