yaca_key_bit_length_dh_rfc_e class abstract
@brief Enumeration for YACA DH parameters taken from RFC 5114. It's meant to be passed or returned as a @a key_bit_len param in appropriate functions when dealing with DH and wanting to use RFC 5114 values. @since_tizen 3.0
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
- YACA_KEY_LENGTH_DH_RFC_1024_160 → const int
- RFC 5114 DH parameters 1024_160
- YACA_KEY_LENGTH_DH_RFC_2048_224 → const int
- RFC 5114 DH parameters 2048_224
- YACA_KEY_LENGTH_DH_RFC_2048_256 → const int
- RFC 5114 DH parameters 2048_256