|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cipher | |
---|---|
com.licel.jcardsim.crypto | |
javacardx.crypto |
Uses of Cipher in com.licel.jcardsim.crypto |
---|
Subclasses of Cipher in com.licel.jcardsim.crypto | |
---|---|
class |
AssymetricCipherImpl
|
class |
SymmetricCipherImpl
Implementation Cipher with symmetric keys based
on BouncyCastle CryptoAPI |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |