Modifier and Type | Field and Description |
---|---|
private static final AesDkCrypto |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static byte[] | |
public static byte[] | |
public static byte[] | |
public static byte[] | |
public static byte[] | |
public static int | |
public static byte[] |
CRYPTO | back to summary |
---|---|
private static final AesDkCrypto CRYPTO |
Aes128 | back to summary |
---|---|
private Aes128() |
calculateChecksum | back to summary |
---|---|
public static byte[] calculateChecksum(byte[] baseKey, int usage, byte[] input, int start, int len) throws GeneralSecurityException |
decrypt | back to summary |
---|---|
public static byte[] decrypt(byte[] baseKey, int usage, byte[] ivec, byte[] ciphertext, int start, int len) throws GeneralSecurityException |
decryptRaw | back to summary |
---|---|
public static byte[] decryptRaw(byte[] baseKey, int usage, byte[] ivec, byte[] ciphertext, int start, int len) throws GeneralSecurityException |
encrypt | back to summary |
---|---|
public static byte[] encrypt(byte[] baseKey, int usage, byte[] ivec, byte[] plaintext, int start, int len) throws GeneralSecurityException, KrbCryptoException |
encryptRaw | back to summary |
---|---|
public static byte[] encryptRaw(byte[] baseKey, int usage, byte[] ivec, byte[] plaintext, int start, int len) throws GeneralSecurityException, KrbCryptoException |
getChecksumLength | back to summary |
---|---|
public static int getChecksumLength() |
stringToKey | back to summary |
---|---|
public static byte[] stringToKey(char[] password, String salt, byte[] params) throws GeneralSecurityException |