gnu.crypto.sasl

Class 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)

Method Details

dump

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

validEmailAddress

public static final boolean validEmailAddress(String address)

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