org.xbill.DNS.utils
Class HMACTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.xbill.DNS.utils.HMACTest
All Implemented Interfaces:
junit.framework.Test

public class HMACTest
extends junit.framework.TestCase


Constructor Summary
HMACTest(String name)
           
 
Method Summary
 void test_ctor_digest_key()
           
 void test_ctor_digestName_key_invalid()
           
 void test_ctor_digestName_key()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HMACTest

public HMACTest(String name)
Method Detail

test_ctor_digest_key

public void test_ctor_digest_key()
                          throws NoSuchAlgorithmException,
                                 CloneNotSupportedException
Throws:
NoSuchAlgorithmException
CloneNotSupportedException

test_ctor_digestName_key

public void test_ctor_digestName_key()
                              throws NoSuchAlgorithmException,
                                     CloneNotSupportedException
Throws:
NoSuchAlgorithmException
CloneNotSupportedException

test_ctor_digestName_key_invalid

public void test_ctor_digestName_key_invalid()


Copyright © 2011. All Rights Reserved.