C# 클래스 Org.BouncyCastle.Crypto.Signers.PreComputedSigner

Signer using a provided pre-computed signature, used by DSS
상속: ISigner
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BlockUpdate ( byte input, int inOff, int length ) : void
CurrentSignature ( ) : byte[]
GenerateSignature ( ) : byte[]
Init ( bool forSigning, ICipherParameters parameters ) : void
PreComputedSigner ( ) : Org.BouncyCastle.Crypto

The default constructor for PreComputedSigner.

The default constructor for PreComputedSigner.

PreComputedSigner ( byte preComputedSignature ) : Org.BouncyCastle.Crypto
Reset ( ) : void
Update ( byte input ) : void
VerifySignature ( byte signature ) : bool

메소드 상세

BlockUpdate() 공개 메소드

public BlockUpdate ( byte input, int inOff, int length ) : void
input byte
inOff int
length int
리턴 void

CurrentSignature() 공개 메소드

public CurrentSignature ( ) : byte[]
리턴 byte[]

GenerateSignature() 공개 메소드

public GenerateSignature ( ) : byte[]
리턴 byte[]

Init() 공개 메소드

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

PreComputedSigner() 공개 메소드

The default constructor for PreComputedSigner.
The default constructor for PreComputedSigner.
public PreComputedSigner ( ) : Org.BouncyCastle.Crypto
리턴 Org.BouncyCastle.Crypto

PreComputedSigner() 공개 메소드

public PreComputedSigner ( byte preComputedSignature ) : Org.BouncyCastle.Crypto
preComputedSignature byte the preComputedSignature to set
리턴 Org.BouncyCastle.Crypto

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Update() 공개 메소드

public Update ( byte input ) : void
input byte
리턴 void

VerifySignature() 공개 메소드

public VerifySignature ( byte signature ) : bool
signature byte
리턴 bool