C# Class AaltoTLS.PluginInterface.BulkCipherAlgorithmNull

Inheritance: BulkCipherAlgorithm
Afficher le fichier Open project: juhovh/AaltoTLS

Méthodes publiques

Méthode Description
CreateDecryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform
CreateEncryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform
SupportsProtocolVersion ( ProtocolVersion version ) : bool

Method Details

CreateDecryptor() public méthode

public CreateDecryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform
rgbKey byte
rgbIV byte
additional byte
Résultat ICryptoTransform

CreateEncryptor() public méthode

public CreateEncryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform
rgbKey byte
rgbIV byte
additional byte
Résultat ICryptoTransform

SupportsProtocolVersion() public méthode

public SupportsProtocolVersion ( ProtocolVersion version ) : bool
version ProtocolVersion
Résultat bool