For the latest news and information visit
The GNU Crypto project

gnu.crypto.sasl.crammd5
Class CramMD5Util

java.lang.Object
  extended bygnu.crypto.sasl.crammd5.CramMD5Util

class CramMD5Util
extends java.lang.Object

A package-private CRAM-MD5-specific utility class.

Version:
$Revision: 1.2 $

Method Summary
(package private) static byte[] createHMac(char[] passwd, byte[] data)
           
(package private) static byte[] createMsgID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createMsgID

static byte[] createMsgID()

createHMac

static byte[] createHMac(char[] passwd,
                         byte[] data)
                  throws java.security.InvalidKeyException
Throws:
java.security.InvalidKeyException

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.