Метод | Описание | |
---|---|---|
CreateDecryptIv ( byte initialIv, VersionMaskType versionMaskType ) : |
Creates a new RollingIv instance.
|
|
CreateEncryptIv ( byte initialIv, VersionMaskType versionMaskType ) : |
Creates a new RollingIv instance.
|
|
RollingIvFactory ( ICryptoAlgorithm encryptionAlgorithm, ICryptoAlgorithm decryptionAlgorithm, ushort version ) |
Initializes a new instance of the RollingIvFactory class.
|
|
RollingIvFactory ( ICryptoAlgorithm symmetricAlgorithm, ushort version ) |
Initializes a new instance of the RollingIvFactory class.
|
Метод | Описание | |
---|---|---|
GetMaskedVersion ( ushort version, VersionMaskType versionMaskType ) : ushort |
public CreateDecryptIv ( byte initialIv, VersionMaskType versionMaskType ) : |
||
initialIv | byte | The initial IV for the new instance. |
versionMaskType | VersionMaskType | The |
Результат |
public CreateEncryptIv ( byte initialIv, VersionMaskType versionMaskType ) : |
||
initialIv | byte | The initial IV for the new instance. |
versionMaskType | VersionMaskType | The |
Результат |
public RollingIvFactory ( ICryptoAlgorithm encryptionAlgorithm, ICryptoAlgorithm decryptionAlgorithm, ushort version ) | ||
encryptionAlgorithm | ICryptoAlgorithm | The |
decryptionAlgorithm | ICryptoAlgorithm | The |
version | ushort | The version number to assign to created |
public RollingIvFactory ( ICryptoAlgorithm symmetricAlgorithm, ushort version ) | ||
symmetricAlgorithm | ICryptoAlgorithm | The |
version | ushort | The version number to assign to created |