33343536373839
private SecureRandom random; public SignatureSpi() { this.digest = new GOST3411Digest(); this.signer = new GOST3410Signer(); }
230231232233234235236
static public class gost3410 extends JDKGOST3410Signer { public gost3410() { super(new GOST3411Digest(), new GOST3410Signer()); }
240241242243244245246
static public class gost3410 extends JDKGOST3410Signer { public gost3410() { super("GOST3411withGOST3410", new GOST3411Digest(), new GOST3410Signer()); }
231232233234235236237
232233234235236237238