C# 클래스 Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding

상속: IAsymmetricBlockCipher
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DecodeBlock ( byte input, int inOff, int inLen ) : byte[]
EncodeBlock ( byte input, int inOff, int inLen ) : byte[]

메소드 상세

GetInputBlockSize() 공개 메소드

public GetInputBlockSize ( ) : int
리턴 int

GetOutputBlockSize() 공개 메소드

public GetOutputBlockSize ( ) : int
리턴 int

GetPadBits() 공개 메소드

public GetPadBits ( ) : int
리턴 int

GetUnderlyingCipher() 공개 메소드

public GetUnderlyingCipher ( ) : IAsymmetricBlockCipher
리턴 IAsymmetricBlockCipher

ISO9796d1Encoding() 공개 메소드

public ISO9796d1Encoding ( IAsymmetricBlockCipher cipher ) : System
cipher IAsymmetricBlockCipher
리턴 System

Init() 공개 메소드

public Init ( bool forEncryption, ICipherParameters parameters ) : void
forEncryption bool
parameters ICipherParameters
리턴 void

ProcessBlock() 공개 메소드

public ProcessBlock ( byte input, int inOff, int length ) : byte[]
input byte
inOff int
length int
리턴 byte[]

SetPadBits() 공개 메소드

public SetPadBits ( int padBits ) : void
padBits int
리턴 void