C# Class AaltoTLS.PluginInterface.BulkCipherAlgorithm

Afficher le fichier Open project: juhovh/AaltoTLS Class Usage Examples

Méthodes publiques

Méthode Description
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
CreateDecryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform
CreateEncryptor ( byte rgbKey, byte rgbIV ) : 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 ) : ICryptoTransform
rgbKey byte
rgbIV byte
Résultat ICryptoTransform

CreateDecryptor() public abstract méthode

public abstract 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 ) : ICryptoTransform
rgbKey byte
rgbIV byte
Résultat ICryptoTransform

CreateEncryptor() public abstract méthode

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

SupportsProtocolVersion() public abstract méthode

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