Package com.sun.mail.smtp
Class SMTPTransport.DigestMD5Authenticator
- java.lang.Object
-
- com.sun.mail.smtp.SMTPTransport.Authenticator
-
- com.sun.mail.smtp.SMTPTransport.DigestMD5Authenticator
-
- Enclosing class:
- SMTPTransport
private class SMTPTransport.DigestMD5Authenticator extends SMTPTransport.Authenticator
Perform the authentication handshake for DIGEST-MD5 authentication.
-
-
Field Summary
Fields Modifier and Type Field Description private DigestMD5
md5support
-
Fields inherited from class com.sun.mail.smtp.SMTPTransport.Authenticator
resp
-
-
Constructor Summary
Constructors Constructor Description DigestMD5Authenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
doAuth(java.lang.String host, java.lang.String authzid, java.lang.String user, java.lang.String passwd)
private DigestMD5
getMD5()
-
Methods inherited from class com.sun.mail.smtp.SMTPTransport.Authenticator
authenticate, enabled, getInitialResponse, getMechanism
-
-
-
-
Field Detail
-
md5support
private DigestMD5 md5support
-
-
Method Detail
-
getMD5
private DigestMD5 getMD5()
-
doAuth
void doAuth(java.lang.String host, java.lang.String authzid, java.lang.String user, java.lang.String passwd) throws MessagingException, java.io.IOException
- Specified by:
doAuth
in classSMTPTransport.Authenticator
- Throws:
MessagingException
java.io.IOException
-
-