java.lang.Object
|
+--javacardx.crypto.Cipher
public static final byte ALG_AES_BLOCK_128_CBC_NOPAD
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ALG_AES_BLOCK_128_ECB_NOPAD
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ALG_DES_CBC_ISO9797_M1
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ALG_DES_CBC_ISO9797_M2
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ALG_DES_CBC_NOPAD
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ALG_DES_CBC_PKCS5
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ALG_DES_ECB_ISO9797_M1
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ALG_DES_ECB_ISO9797_M2
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ALG_DES_ECB_NOPAD
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ALG_DES_ECB_PKCS5
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ALG_RSA_ISO14888
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ALG_RSA_ISO9796
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ALG_RSA_NOPAD
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ALG_RSA_PKCS1
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ALG_RSA_PKCS1_OAEP
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Cipher()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract short doFinal(byte[] inBuff,
short inOffset,
short inLength,
byte[] outBuff,
short outOffset)
throws CryptoException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract byte getAlgorithm()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Cipher getInstance(byte algorithm,
boolean externalAccess)
throws CryptoException
- See Also:
-
ALG_DES_CBC_NOPAD
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void init(Key theKey,
byte theMode)
throws CryptoException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void init(Key theKey,
byte theMode,
byte[] bArray,
short bOff,
short bLen)
throws CryptoException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte MODE_DECRYPT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte MODE_ENCRYPT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract short update(byte[] inBuff,
short inOffset,
short inLength,
byte[] outBuff,
short outOffset)
throws CryptoException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples