public class AesCtr extends Object
| 构造器和说明 |
|---|
AesCtr() |
public static byte[] encrypt(byte[] plainText,
byte[] key,
byte[] iv)
throws EncException
EncExceptionpublic static byte[] decrypt(byte[] encryptedIvTextBytes,
byte[] key,
byte[] iv)
throws EncException
EncExceptionCopyright © 2025. All rights reserved.