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. |
encode
public byte[] encode(java.math.BigInteger r,
java.math.BigInteger s)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException
decode
public java.math.BigInteger[] decode(byte[] sig)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException