Cipher.AES, Cipher.NotCipherable, Cipher.Undecipherable| Constructor and Description |
|---|
AES() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] encryptedMessage,
SecretKey key) |
byte[] |
encrypt(byte[] decryptedMessage,
SecretKey key) |
byte[] |
process(int mode,
byte[] msg,
SecretKey key) |
SecretKeySpec |
spec(byte[] it) |
public byte[] encrypt(byte[] decryptedMessage,
SecretKey key)
public byte[] decrypt(byte[] encryptedMessage,
SecretKey key)
public byte[] process(int mode,
byte[] msg,
SecretKey key)
throws InvalidKeyException,
IllegalBlockSizeException,
BadPaddingException
public SecretKeySpec spec(byte[] it)
Copyright © 2010–2025 Smals. All rights reserved.