| java.lang.Object org.xbill.DNS.security.DSASignature
DSASignature | public class DSASignature (Code) | | Converts DSA signatures between the RRSIG/SIG record format (as specified
in RFC 2536) and the format used by Java DSA routines (DER-encoded).
author: Brian Wellington |
Method Summary | |
public static byte[] | fromDNS(byte[] sig) Converts the signature field in a SIG record to the
format expected by the DSA verification routines. | public static byte[] | toDNS(DSAParams params, byte[] sig) Converts the signature generated by DSA signature routines to
the one expected inside an RRSIG/SIG record. |
ASN1_INT | final static int ASN1_INT(Code) | | |
ASN1_SEQ | final static int ASN1_SEQ(Code) | | |
fromDNS | public static byte[] fromDNS(byte[] sig)(Code) | | Converts the signature field in a SIG record to the
format expected by the DSA verification routines.
|
toDNS | public static byte[] toDNS(DSAParams params, byte[] sig) throws SignatureException(Code) | | Converts the signature generated by DSA signature routines to
the one expected inside an RRSIG/SIG record.
|
|
|