|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.sun.mail.smtp.DigestMD5
public final class DigestMD5
DIGEST-MD5 認証サポート
コンストラクタの概要 | |
---|---|
DigestMD5(PrintStream debugout)
コンストラクタです。 |
メソッドの概要 | |
---|---|
byte[] |
authClient(String host,
String user,
String passwd,
String realm,
String serverChallenge)
Return client's authentication response to server's challenge. |
boolean |
authServer(String serverResponse)
Allow the client to authenticate the server based on its response. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public DigestMD5(PrintStream debugout)
メソッドの詳細 |
---|
public byte[] authClient(String host, String user, String passwd, String realm, String serverChallenge) throws IOException
IOException
public boolean authServer(String serverResponse) throws IOException
IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |