public Init ( bool forSigning, ICipherParameters parameters ) : void | ||
forSigning | bool | true if for signing, false if for verification. |
parameters | ICipherParameters | parameters for signature generation/verification. If the /// parameters are for generation they should be a ParametersWithRandom, /// a ParametersWithSalt, or just an RsaKeyParameters object. If RsaKeyParameters /// are passed in a SecureRandom will be created. /// |
return | void |