public class Aes256 extends Aes
the jdk AES/CBC/PKCS5Padding as default. If AES/CBC/PKCS7Padding required, try `bouncycastle` Note, java1.8.0_162 or lower, extension is required, see cryptographic policy
| Constructor and Description |
|---|
Aes256(@NotNull String secKey) |
Aes256(@NotNull String secKey,
@Nullable String salt) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
key(@NotNull String secKey,
@Nullable String salt) |
static @NotNull Aes256 |
of(@NotNull String secKey) |
static @NotNull Aes256 |
of(@NotNull String secKey,
@Nullable String slat) |
public Aes256(@NotNull
@NotNull String secKey)
Copyright © 2024. All rights reserved.