C# 클래스 Org.BouncyCastle.Crypto.Engines.RsaCoreEngine

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

공개 메소드들

메소드 설명
ConvertInput ( byte inBuf, int inOff, int inLen ) : BigInteger
ConvertOutput ( BigInteger result ) : byte[]
GetInputBlockSize ( ) : int
GetOutputBlockSize ( ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBlock ( BigInteger input ) : BigInteger

메소드 상세

ConvertInput() 공개 메소드

public ConvertInput ( byte inBuf, int inOff, int inLen ) : BigInteger
inBuf byte
inOff int
inLen int
리턴 Org.BouncyCastle.Math.BigInteger

ConvertOutput() 공개 메소드

public ConvertOutput ( BigInteger result ) : byte[]
result Org.BouncyCastle.Math.BigInteger
리턴 byte[]

GetInputBlockSize() 공개 메소드

public GetInputBlockSize ( ) : int
리턴 int

GetOutputBlockSize() 공개 메소드

public GetOutputBlockSize ( ) : int
리턴 int

Init() 공개 메소드

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

ProcessBlock() 공개 메소드

public ProcessBlock ( BigInteger input ) : BigInteger
input Org.BouncyCastle.Math.BigInteger
리턴 Org.BouncyCastle.Math.BigInteger