public final class SymmetricAlgorithmType extends Object
Represents symmetric encryption algorithm type.
| Modifier and Type | Field and Description |
|---|---|
static int |
AES
Represents AES (Advanced Encryption Standard) encryption algorithm.
|
static int |
AESNew
Represents improved AES (Advanced Encryption Standard) encryption algorithm.
|
static int |
Rijndael
Represents Rijndael symmetric encryption algorithm.
|
public static final int AES
Represents AES (Advanced Encryption Standard) encryption algorithm.
public static final int AESNew
Represents improved AES (Advanced Encryption Standard) encryption algorithm.
public static final int Rijndael
Represents Rijndael symmetric encryption algorithm.
Copyright © 2024. All rights reserved.