C# Class ARIACipherSuitePlugin.BulkCipherAlgorithmAria

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

Méthodes publiques

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

Method Details

BulkCipherAlgorithmAria() public méthode

public BulkCipherAlgorithmAria ( int keySize ) : System
keySize int
Résultat System

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 AaltoTLS.PluginInterface.ProtocolVersion
Résultat bool