@Deprecated public class DSAUtils extends Object
| Constructor | Description |
|---|---|
DSAUtils() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
static byte[] |
convertASN1toXMLDSIG(byte[] asn1Bytes) |
Deprecated.
Converts an ASN.1 DSA value to a XML Signature DSA Value.
|
static byte[] |
convertXMLDSIGtoASN1(byte[] xmldsigBytes) |
Deprecated.
Converts a XML Signature DSA Value to an ASN.1 DSA value.
|
public static byte[] convertASN1toXMLDSIG(byte[] asn1Bytes)
throws IOException
asn1Bytes - IOExceptionpublic static byte[] convertXMLDSIGtoASN1(byte[] xmldsigBytes)
throws IOException
xmldsigBytes - IOExceptionCopyright © 2000–2018 The Apache Software Foundation. All rights reserved.