Packages
gmime-3.0
GMime
CipherAlgo
@3DES
AES
AES192
AES256
BLOWFISH
CAMELLIA128
CAMELLIA192
CAMELLIA256
CAST5
DEFAULT
IDEA
TWOFISH
CipherAlgo
Description:
[
CCode
( cprefix =
"GMIME_CIPHER_ALGO_"
, has_type_id =
false
) ]
public
enum
CipherAlgo
A cipher algorithm.
Namespace:
GMime
Package:
gmime-3.0
Content:
Enum values:
@3DES
-
The 3DES cipher.
AES
-
The AES (aka RIJANDALE) cipher.
AES192
-
The AES-192 cipher.
AES256
-
The AES-256 cipher.
BLOWFISH
-
The Blowfish cipher.
CAMELLIA128
-
The Camellia-128 cipher.
CAMELLIA192
-
The Camellia-192 cipher.
CAMELLIA256
-
The Camellia-256 cipher.
CAST5
-
The CAST5 cipher.
DEFAULT
-
The default (or unknown) cipher.
IDEA
-
The IDEA cipher.
TWOFISH
-
The Twofish cipher.