private static class SignatureSpi.CVCDSAEncoder extends java.lang.Object implements DSAEncoder
Modifier | Constructor and Description |
---|---|
private |
SignatureSpi.CVCDSAEncoder() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger[] |
decode(byte[] encoding) |
byte[] |
encode(java.math.BigInteger r,
java.math.BigInteger s) |
private byte[] |
makeUnsigned(java.math.BigInteger val) |
public byte[] encode(java.math.BigInteger r, java.math.BigInteger s) throws java.io.IOException
encode
in interface DSAEncoder
java.io.IOException
private byte[] makeUnsigned(java.math.BigInteger val)
public java.math.BigInteger[] decode(byte[] encoding) throws java.io.IOException
decode
in interface DSAEncoder
java.io.IOException