@Deprecated public class Aes128 extends Aes
| Constructor and Description |
|---|
Aes128(byte[] bs)
Deprecated.
|
Aes128(@NotNull String secKey)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
key(byte[] bytes)
Deprecated.
|
static @NotNull Aes128 |
of(byte[] secKey)
Deprecated.
|
static @NotNull Aes128 |
of(@NotNull String secKey)
Deprecated.
|
public Aes128(@NotNull
@NotNull String secKey)
public Aes128(byte[] bs)
Copyright © 2024. All rights reserved.