For the latest news and information visit
The GNU Crypto project

gnu.crypto.sasl
Class SaslUtil

java.lang.Object
  extended bygnu.crypto.sasl.SaslUtil

public class SaslUtil
extends java.lang.Object

Utility methods for SASL-related classes.

Version:
$Revision: 1.2 $

Method Summary
static java.lang.String dump(java.security.MessageDigest md)
          Returns the context of the designated hash as a string.
static boolean validEmailAddress(java.lang.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(java.lang.String address)

dump

public static final java.lang.String dump(java.security.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.