For the latest news and information visit
The GNU Crypto project

gnu.crypto.sasl
Class SaslUtil

java.lang.Object
  extended by gnu.crypto.sasl.SaslUtil

public class SaslUtil
extends Object

Utility methods for SASL-related classes.

Version:
$Revision: 1.3 $

Method Summary
static String dump(MessageDigest md)
          Returns the context of the designated hash as a string.
static boolean validEmailAddress(String address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

validEmailAddress

public static final boolean validEmailAddress(String address)

dump

public static final String dump(MessageDigest md)
Returns the context of the designated hash as a string.


For the latest news and information visit
The GNU Crypto project

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