AsymmetricType enum
Constructors
- AsymmetricType()
-
const
Values
- rsa → const AsymmetricType
-
RSA/ECB/PKCS1Padding
- sm2 → const AsymmetricType
- rsaOaep1 → const AsymmetricType
-
RSA/ECB/OAEPWithSHA-1AndMGF1Padding
- rsaOaep256 → const AsymmetricType
-
RSA/ECB/OAEPWithSHA-256AndMGF1Padding
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AsymmetricType> -
A constant List of the values in this enum, in order of their declaration.
[rsa, sm2, rsaOaep1, rsaOaep256]