|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ehsbe.commons.util.LocalHostnameVerifier.VerifyResult
public class LocalHostnameVerifier.VerifyResult
Result of the LocalHostnameVerifier.verify(String, SSLSession, VerifyResult)
operation wrt. to the first certificate in the peers certificate chain.
Field Summary | |
---|---|
Certificate[] |
certs
peer certificates of the SSL session |
String |
commonName
CN name of the first certificate |
boolean |
valid
true if commonName matches the SSL session hostname |
Constructor Summary | |
---|---|
LocalHostnameVerifier.VerifyResult()
|
Method Summary | |
---|---|
void |
reset()
Reset all vars in this class to their default aka unchecked state. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Certificate[] certs
public String commonName
public boolean valid
true
if commonName
matches the SSL session hostname
Constructor Detail |
---|
public LocalHostnameVerifier.VerifyResult()
Method Detail |
---|
public void reset()
|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |