flcTLSUtils Namespace
Represents namespace flcTLSUtils
.
Name | Description | |
---|---|---|
![]() | TTLSKeyExchangeAlgorithmInfo | Represents type |
![]() | TTLSKeys | Represents type |
![]() | TTLSMacAlgorithmInfo | Represents type |
![]() | TTLSProtocolVersion | Represents type |
![]() | TTLSRandom | Represents type |
![]() | TTLSSessionID | Represents type |
![]() | TTLSSignatureAndHashAlgorithm | Represents type |
Name | Description | |
---|---|---|
![]() | TTLSCompressionMethod | Represents type |
![]() | TTLSHashAlgorithm | Represents type |
![]() | TTLSKeyExchangeAlgorithm | Represents type |
![]() | TTLSKeyExchangeCertificateKeyType | Represents type |
![]() | TTLSKeyExchangeMethod | Represents type |
![]() | TTLSMACAlgorithm | Represents type |
![]() | TTLSPRFAlgorithm | Represents type |
![]() | TTLSSignatureAlgorithm | Represents type |
Name | Description | |
---|---|---|
![]() | PTLSCompressionMethod | Represents a pointer type to TTLSCompressionMethod. |
![]() | PTLSKeyExchangeAlgorithmInfo | Represents a pointer type to TTLSKeyExchangeAlgorithmInfo. |
![]() | PTLSMacAlgorithmInfo | Represents a pointer type to TTLSMacAlgorithmInfo. |
![]() | PTLSProtocolVersion | Represents a pointer type to TTLSProtocolVersion. |
![]() | PTLSRandom | Represents a pointer type to TTLSRandom. |
![]() | PTLSSignatureAndHashAlgorithm | Represents a pointer type to TTLSSignatureAndHashAlgorithm. |
![]() | TTLSCompressionMethods | Represents type |
![]() | TTLSHashAlgorithms | Represents type |
![]() | TTLSSignatureAlgorithms | Represents type |
![]() | TTLSSignatureAndHashAlgorithmArray | Represents an array of the TTLSSignatureAndHashAlgorithm type. |
Name | Description | |
---|---|---|
![]() | SSLProtocolVersion20 | Represents constant |
![]() | SSLProtocolVersion30 | Represents constant |
![]() | TLSCompressionMethodSize | Represents constant |
![]() | TLSError_BadProtocol | Represents constant |
![]() | TLSError_DecodeError | Represents constant |
![]() | TLSError_InvalidBuffer | Represents constant |
![]() | TLSError_InvalidCertificate | Represents constant |
![]() | TLSError_InvalidParameter | Represents constant |
![]() | TLSError_InvalidState | Represents constant |
![]() | TLSError_None | Represents constant |
![]() | TLSKeyExchangeAlgorithmInfo | Represents constant |
![]() | TLSLibraryVersion | Represents constant |
![]() | TLSMACAlgorithmInfo | Represents constant |
![]() | TLSProtocolVersion10 | Represents constant |
![]() | TLSProtocolVersion11 | Represents constant |
![]() | TLSProtocolVersion12 | Represents constant |
![]() | TLSProtocolVersionSize | Represents constant |
![]() | TLSRandomSize | Represents constant |
![]() | TLSSessionIDMaxLen | Represents constant |
![]() | TLSSignatureAndHashAlgorithmSize | Represents constant |
![]() | TLS_COMPRESSED_FRAGMENT_MAXSIZE | Represents constant |
![]() | TLS_MAC_MAXDIGESTSIZE | Represents constant |
![]() | TLS_PLAINTEXT_FRAGMENT_MAXSIZE | Represents constant |
Name | Description | |
---|---|---|
![]() | DecodeTLSSessionID(Void,Integer,TTLSSessionID) | Represents method |
![]() | EncodeTLSSessionID(Void,Integer,TTLSSessionID) | Represents method |
![]() | GenerateFinalTLSKeys(TTLSProtocolVersion,Boolean,Integer,RawByteString,RawByteString,TTLSKeys) | Represents method |
![]() | GenerateTLSKeys(TTLSProtocolVersion,Integer,Integer,Integer,RawByteString,RawByteString,RawByteString,TTLSKeys) | Represents method |
![]() | InitSSLProtocolVersion30(TTLSProtocolVersion) | Represents method |
![]() | InitTLSProtocolVersion10(TTLSProtocolVersion) | Represents method |
![]() | InitTLSProtocolVersion11(TTLSProtocolVersion) | Represents method |
![]() | InitTLSProtocolVersion12(TTLSProtocolVersion) | Represents method |
![]() | InitTLSRandom(TTLSRandom) | Represents method |
![]() | InitTLSSessionID(TTLSSessionID,RawByteString) | Represents method |
![]() | IsFutureTLSVersion(TTLSProtocolVersion) | Represents method |
![]() | IsKnownTLSVersion(TTLSProtocolVersion) | Represents method |
![]() | IsSSL2(TTLSProtocolVersion) | Represents method |
![]() | IsSSL3(TTLSProtocolVersion) | Represents method |
![]() | IsTLS10(TTLSProtocolVersion) | Represents method |
![]() | IsTLS10OrLater(TTLSProtocolVersion) | Represents method |
![]() | IsTLS11(TTLSProtocolVersion) | Represents method |
![]() | IsTLS11OrLater(TTLSProtocolVersion) | Represents method |
![]() | IsTLS12(TTLSProtocolVersion) | Represents method |
![]() | IsTLS12OrLater(TTLSProtocolVersion) | Represents method |
![]() | IsTLSProtocolVersion(TTLSProtocolVersion,TTLSProtocolVersion) | Represents method |
![]() | tls10KeyBlock(RawByteString,RawByteString,RawByteString,Integer) | Represents method |
![]() | tls10MasterSecret(RawByteString,RawByteString,RawByteString) | Represents method |
![]() | tls10PRF(RawByteString,RawByteString,RawByteString,Integer) | Represents method |
![]() | tls12PRF_SHA256(RawByteString,RawByteString,RawByteString,Integer) | Represents method |
![]() | tls12PRF_SHA512(RawByteString,RawByteString,RawByteString,Integer) | Represents method |
![]() | tls12SHA256KeyBlock(RawByteString,RawByteString,RawByteString,Integer) | Represents method |
![]() | tls12SHA256MasterSecret(RawByteString,RawByteString,RawByteString) | Represents method |
![]() | tls12SHA512KeyBlock(RawByteString,RawByteString,RawByteString,Integer) | Represents method |
![]() | tls12SHA512MasterSecret(RawByteString,RawByteString,RawByteString) | Represents method |
![]() | TLSErrorMessage(Integer) | Represents method |
![]() | TLSKeyBlock(TTLSProtocolVersion,RawByteString,RawByteString,RawByteString,Integer) | Represents method |
![]() | TLSMasterSecret(TTLSProtocolVersion,RawByteString,RawByteString,RawByteString) | Represents method |
![]() | TLSPRF(TTLSProtocolVersion,RawByteString,RawByteString,RawByteString,Integer) | Represents method |
![]() | TLSProtocolVersionName(TTLSProtocolVersion) | Represents method |
![]() | TLSProtocolVersionToStr(TTLSProtocolVersion) | Represents method |
![]() | tlsP_MD5(RawByteString,RawByteString,Integer) | Represents method |
![]() | tlsP_SHA1(RawByteString,RawByteString,Integer) | Represents method |
![]() | tlsP_SHA256(RawByteString,RawByteString,Integer) | Represents method |
![]() | tlsP_SHA512(RawByteString,RawByteString,Integer) | Represents method |
![]() | TLSRandomToStr(TTLSRandom) | Represents method |