C# Class Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding

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

Méthodes publiques

Méthode Description
GetInputBlockSize ( ) : int
GetOutputBlockSize ( ) : int
GetPadBits ( ) : int
GetUnderlyingCipher ( ) : IAsymmetricBlockCipher
ISO9796d1Encoding ( IAsymmetricBlockCipher cipher ) : System
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBlock ( byte input, int inOff, int length ) : byte[]
SetPadBits ( int padBits ) : void

Private Methods

Méthode Description
DecodeBlock ( byte input, int inOff, int inLen ) : byte[]
EncodeBlock ( byte input, int inOff, int inLen ) : byte[]

Method Details

GetInputBlockSize() public méthode

public GetInputBlockSize ( ) : int
Résultat int

GetOutputBlockSize() public méthode

public GetOutputBlockSize ( ) : int
Résultat int

GetPadBits() public méthode

public GetPadBits ( ) : int
Résultat int

GetUnderlyingCipher() public méthode

public GetUnderlyingCipher ( ) : IAsymmetricBlockCipher
Résultat IAsymmetricBlockCipher

ISO9796d1Encoding() public méthode

public ISO9796d1Encoding ( IAsymmetricBlockCipher cipher ) : System
cipher IAsymmetricBlockCipher
Résultat System

Init() public méthode

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

ProcessBlock() public méthode

public ProcessBlock ( byte input, int inOff, int length ) : byte[]
input byte
inOff int
length int
Résultat byte[]

SetPadBits() public méthode

public SetPadBits ( int padBits ) : void
padBits int
Résultat void