C# 클래스 Org.BouncyCastle.Crypto.Paddings.ISO10126d2Padding

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

공개 메소드들

메소드 설명
AddPadding ( byte input, int inOff ) : int
Init ( SecureRandom random ) : void
PadCount ( byte input ) : int

메소드 상세

AddPadding() 공개 메소드

public AddPadding ( byte input, int inOff ) : int
input byte
inOff int
리턴 int

Init() 공개 메소드

public Init ( SecureRandom random ) : void
random Org.BouncyCastle.Security.SecureRandom
리턴 void

PadCount() 공개 메소드

public PadCount ( byte input ) : int
input byte
리턴 int