C# Class Org.BouncyCastle.Crypto.Engines.VmpcEngine

Inheritance: IStreamCipher
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Protected Properties

Свойство Type Description
P byte[]
n byte
s byte
workingIV byte[]
workingKey byte[]

Méthodes publiques

Méthode Description
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBytes ( byte input, int inOff, int len, byte output, int outOff ) : void
Reset ( ) : void
ReturnByte ( byte input ) : byte

Méthodes protégées

Méthode Description
InitKey ( byte keyBytes, byte ivBytes ) : void

Method Details

Init() public méthode

public Init ( bool forEncryption, ICipherParameters parameters ) : void
forEncryption bool
parameters ICipherParameters
Résultat void

InitKey() protected méthode

protected InitKey ( byte keyBytes, byte ivBytes ) : void
keyBytes byte
ivBytes byte
Résultat void

ProcessBytes() public méthode

public ProcessBytes ( byte input, int inOff, int len, byte output, int outOff ) : void
input byte
inOff int
len int
output byte
outOff int
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

ReturnByte() public méthode

public ReturnByte ( byte input ) : byte
input byte
Résultat byte

Property Details

P protected_oe property

protected byte[] P
Résultat byte[]

n protected_oe property

protected byte n
Résultat byte

s protected_oe property

protected byte s
Résultat byte

workingIV protected_oe property

protected byte[] workingIV
Résultat byte[]

workingKey protected_oe property

protected byte[] workingKey
Résultat byte[]