Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jcajce.provider.asymmetric.util
Interface DSAEncoder


Deprecated. No longer used

public interface DSAEncoder


Method Summary
 java.math.BigInteger[] decode(byte[] sig)
          Deprecated.  
 byte[] encode(java.math.BigInteger r, java.math.BigInteger s)
          Deprecated.  
 

Method Detail

encode

public byte[] encode(java.math.BigInteger r,
                     java.math.BigInteger s)
              throws java.io.IOException
Deprecated. 

decode

public java.math.BigInteger[] decode(byte[] sig)
                              throws java.io.IOException
Deprecated. 

Bouncy Castle Cryptography Library 1.77.0