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
- IOException
public static byte[] convertXMLDSIGtoASN1(byte[] xmldsigBytes) throws IOException
xmldsigBytes
- IOException
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.