pj_ssl_cipher class abstract
Cipher suites enumeration.
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
- PJ_SSL_CK_DES_64_CBC_WITH_MD5 → const int
- PJ_SSL_CK_DES_192_EDE3_CBC_WITH_MD5 → const int
- PJ_SSL_CK_IDEA_128_CBC_WITH_MD5 → const int
- PJ_SSL_CK_RC2_128_CBC_EXPORT40_WITH_MD5 → const int
- PJ_SSL_CK_RC2_128_CBC_WITH_MD5 → const int
- PJ_SSL_CK_RC4_128_EXPORT40_WITH_MD5 → const int
- PJ_SSL_CK_RC4_128_WITH_MD5 → const int
- SSLv2
- PJ_SSL_FORTEZZA_KEA_WITH_FORTEZZA_CBC_SHA → const int
- PJ_SSL_FORTEZZA_KEA_WITH_NULL_SHA → const int
- SSLv3
- PJ_SSL_FORTEZZA_KEA_WITH_RC4_128_SHA → const int
- PJ_TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA → const int
- PJ_TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 → const int
- PJ_TLS_DH_anon_WITH_3DES_EDE_CBC_SHA → const int
- PJ_TLS_DH_anon_WITH_AES_128_CBC_SHA → const int
- PJ_TLS_DH_anon_WITH_AES_128_CBC_SHA256 → const int
- PJ_TLS_DH_anon_WITH_AES_256_CBC_SHA → const int
- PJ_TLS_DH_anon_WITH_AES_256_CBC_SHA256 → const int
- PJ_TLS_DH_anon_WITH_DES_CBC_SHA → const int
- PJ_TLS_DH_anon_WITH_RC4_128_MD5 → const int
- PJ_TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA → const int
- PJ_TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA → const int
- PJ_TLS_DH_DSS_WITH_AES_128_CBC_SHA → const int
- PJ_TLS_DH_DSS_WITH_AES_128_CBC_SHA256 → const int
- PJ_TLS_DH_DSS_WITH_AES_256_CBC_SHA → const int
- PJ_TLS_DH_DSS_WITH_AES_256_CBC_SHA256 → const int
- PJ_TLS_DH_DSS_WITH_DES_CBC_SHA → const int
- PJ_TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA → const int
- PJ_TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA → const int
- PJ_TLS_DH_RSA_WITH_AES_128_CBC_SHA → const int
- PJ_TLS_DH_RSA_WITH_AES_128_CBC_SHA256 → const int
- PJ_TLS_DH_RSA_WITH_AES_256_CBC_SHA → const int
- PJ_TLS_DH_RSA_WITH_AES_256_CBC_SHA256 → const int
- PJ_TLS_DH_RSA_WITH_DES_CBC_SHA → const int
- PJ_TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA → const int
- PJ_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA → const int
- PJ_TLS_DHE_DSS_WITH_AES_128_CBC_SHA → const int
- PJ_TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 → const int
- PJ_TLS_DHE_DSS_WITH_AES_256_CBC_SHA → const int
- PJ_TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 → const int
- PJ_TLS_DHE_DSS_WITH_DES_CBC_SHA → const int
- PJ_TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA → const int
- PJ_TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA → const int
- PJ_TLS_DHE_RSA_WITH_AES_128_CBC_SHA → const int
- PJ_TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 → const int
- PJ_TLS_DHE_RSA_WITH_AES_256_CBC_SHA → const int
- PJ_TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 → const int
- PJ_TLS_DHE_RSA_WITH_DES_CBC_SHA → const int
- PJ_TLS_NULL_WITH_NULL_NULL → const int
- NULL
- PJ_TLS_RSA_EXPORT_WITH_DES40_CBC_SHA → const int
- PJ_TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 → const int
- PJ_TLS_RSA_EXPORT_WITH_RC4_40_MD5 → const int
- TLS (deprecated)
- PJ_TLS_RSA_WITH_3DES_EDE_CBC_SHA → const int
- PJ_TLS_RSA_WITH_AES_128_CBC_SHA → const int
- PJ_TLS_RSA_WITH_AES_128_CBC_SHA256 → const int
- PJ_TLS_RSA_WITH_AES_256_CBC_SHA → const int
- PJ_TLS_RSA_WITH_AES_256_CBC_SHA256 → const int
- PJ_TLS_RSA_WITH_DES_CBC_SHA → const int
- PJ_TLS_RSA_WITH_IDEA_CBC_SHA → const int
- PJ_TLS_RSA_WITH_NULL_MD5 → const int
- TLS/SSLv3
- PJ_TLS_RSA_WITH_NULL_SHA → const int
- PJ_TLS_RSA_WITH_NULL_SHA256 → const int
- PJ_TLS_RSA_WITH_RC4_128_MD5 → const int
- PJ_TLS_RSA_WITH_RC4_128_SHA → const int
- PJ_TLS_UNKNOWN_CIPHER → const int
- Unsupported cipher