C# Class ARCFourCipherSuitePlugin.BulkCipherAlgorithmARCFour

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

Méthodes publiques

Méthode Description
BulkCipherAlgorithmARCFour ( 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

BulkCipherAlgorithmARCFour() public méthode

public BulkCipherAlgorithmARCFour ( 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