Cipher(int keySize) | Acme.Crypto.Cipher | |
copyBlock(byte[] src, int srcOff, byte[] dst, int dstOff, int len) | Acme.Crypto.CryptoUtils | [static] |
copyBlock(byte[] src, byte[] dst) | Acme.Crypto.CryptoUtils | [static] |
decrypt(byte cipherText) | Acme.Crypto.StreamCipher | [pure virtual] |
decrypt(byte[] cipherText, byte[] clearText) | Acme.Crypto.StreamCipher | |
decrypt(byte[] cipherText, int cipherOff, byte[] clearText, int clearOff, int len) | Acme.Crypto.StreamCipher | |
encrypt(byte clearText) | Acme.Crypto.StreamCipher | [pure virtual] |
encrypt(byte[] clearText, byte[] cipherText) | Acme.Crypto.StreamCipher | |
encrypt(byte[] clearText, int clearOff, byte[] cipherText, int cipherOff, int len) | Acme.Crypto.StreamCipher | |
equalsBlock(byte[] a, int aOff, byte[] b, int bOff, int len) | Acme.Crypto.CryptoUtils | [static] |
equalsBlock(byte[] a, byte[] b) | Acme.Crypto.CryptoUtils | [static] |
fillBlock(byte[] block, int blockOff, byte b, int len) | Acme.Crypto.CryptoUtils | [static] |
fillBlock(byte[] block, byte b) | Acme.Crypto.CryptoUtils | [static] |
keySize | Acme.Crypto.Cipher | |
keySize() | Acme.Crypto.Cipher | |
makeKey(String keyStr) | Acme.Crypto.Cipher | |
randomBlock(byte[] block, int off, int len) | Acme.Crypto.CryptoUtils | [static] |
randomBlock(byte[] block) | Acme.Crypto.CryptoUtils | [static] |
setKey(byte[] key) | Acme.Crypto.Cipher | [pure virtual] |
setKey(String keyStr) | Acme.Crypto.Cipher | |
spreadIntsToBytes(int[] inInts, int inOff, byte[] outBytes, int outOff, int intLen) | Acme.Crypto.CryptoUtils | [static] |
spreadIntsToBytesLittle(int[] inInts, int inOff, byte[] outBytes, int outOff, int intLen) | Acme.Crypto.CryptoUtils | [static] |
spreadShortsToBytes(int[] inShorts, int inOff, byte[] outBytes, int outOff, int shortLen) | Acme.Crypto.CryptoUtils | [static] |
spreadShortsToBytesLittle(int[] inShorts, int inOff, byte[] outBytes, int outOff, int shortLen) | Acme.Crypto.CryptoUtils | [static] |
squashBytesToInts(byte[] inBytes, int inOff, int[] outInts, int outOff, int intLen) | Acme.Crypto.CryptoUtils | [static] |
squashBytesToIntsLittle(byte[] inBytes, int inOff, int[] outInts, int outOff, int intLen) | Acme.Crypto.CryptoUtils | [static] |
squashBytesToShorts(byte[] inBytes, int inOff, int[] outShorts, int outOff, int shortLen) | Acme.Crypto.CryptoUtils | [static] |
squashBytesToShortsLittle(byte[] inBytes, int inOff, int[] outShorts, int outOff, int shortLen) | Acme.Crypto.CryptoUtils | [static] |
StreamCipher(int keySize) | Acme.Crypto.StreamCipher | |
toStringBlock(byte[] block, int off, int len) | Acme.Crypto.CryptoUtils | [static] |
toStringBlock(byte[] block) | Acme.Crypto.CryptoUtils | [static] |
xorBlock(byte[] a, int aOff, byte[] b, int bOff, byte[] dst, int dstOff, int len) | Acme.Crypto.CryptoUtils | [static] |
xorBlock(byte[] a, byte[] b, byte[] dst) | Acme.Crypto.CryptoUtils | [static] |
zeroBlock(byte[] block, int off, int len) | Acme.Crypto.CryptoUtils | [static] |
zeroBlock(byte[] block) | Acme.Crypto.CryptoUtils | [static] |