org.apache.geronimo.javamail.authentication
Class DigestMD5Authenticator.NameValuePair

java.lang.Object
  extended by org.apache.geronimo.javamail.authentication.DigestMD5Authenticator.NameValuePair
Enclosing class:
DigestMD5Authenticator

public class DigestMD5Authenticator.NameValuePair
extends Object

Simple inner class to represent a name/value pair.


Field Summary
 String name
           
 String value
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

value

public String value


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.