Method | Description | |
---|---|---|
BlockUpdate ( byte input, int inOff, int length ) : void | ||
CurrentSignature ( ) : byte[] | ||
GenerateSignature ( ) : byte[] | ||
Init ( bool forSigning, ICipherParameters parameters ) : void | ||
Reset ( ) : void | ||
RsaDigestSigner ( IDigest digest ) : System | ||
Update ( byte input ) : void | ||
VerifySignature ( byte signature ) : bool |
Method | Description | |
---|---|---|
DerEncode ( byte hash ) : byte[] | ||
RsaDigestSigner ( ) : System |
Load oid table.
|
public BlockUpdate ( byte input, int inOff, int length ) : void | ||
input | byte | |
inOff | int | |
length | int | |
return | void |
public Init ( bool forSigning, ICipherParameters parameters ) : void | ||
forSigning | bool | |
parameters | ICipherParameters | |
return | void |
public RsaDigestSigner ( IDigest digest ) : System | ||
digest | IDigest | |
return | System |
public VerifySignature ( byte signature ) : bool | ||
signature | byte | |
return | bool |