Bouncy Castle Cryptography Library 1.81

org.bouncycastle.crypto.signers
Class ECGOST3410_2012Signer

java.lang.Object
  extended byorg.bouncycastle.crypto.signers.ECGOST3410Signer
      extended byorg.bouncycastle.crypto.signers.ECGOST3410_2012Signer
All Implemented Interfaces:
DSA, DSAExt

Deprecated. Use ECGOST3410Signer instead.

public class ECGOST3410_2012Signer
extends ECGOST3410Signer

GOST R 34.10-2012 Signature Algorithm


Constructor Summary
ECGOST3410_2012Signer()
          Deprecated.  
 
Methods inherited from class org.bouncycastle.crypto.signers.ECGOST3410Signer
createBasePointMultiplier, generateSignature, getOrder, init, verifySignature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECGOST3410_2012Signer

public ECGOST3410_2012Signer()
Deprecated. 

Bouncy Castle Cryptography Library 1.81