public class DSAUtils extends Object
| Constructor and Description |
|---|
DSAUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
convertASN1toXMLDSIG(byte[] asn1Bytes)
Converts an ASN.1 DSA value to a XML Signature DSA Value.
|
static byte[] |
convertXMLDSIGtoASN1(byte[] xmldsigBytes)
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–2015 The Apache Software Foundation. All rights reserved.