org.mozilla.jss.tests

Class DigestTest


public class DigestTest
extends java.lang.Object

Method Summary

static void
main(String[] argv)
static boolean
messageDigestCompare(String alg, byte[] toBeDigested)
static boolean
testJSSDigest(String alg, byte[] toBeDigested)

Method Details

main

public static void main(String[] argv)

messageDigestCompare

public static boolean messageDigestCompare(String alg,
                                           byte[] toBeDigested)
            throws Exception

testJSSDigest

public static boolean testJSSDigest(String alg,
                                    byte[] toBeDigested)
            throws Exception