ehsbe CommonsTM
Version 1.1.0rc3

com.ehsbe.commons.util
Class LocalHostnameVerifier.VerifyResult

java.lang.Object
  extended by com.ehsbe.commons.util.LocalHostnameVerifier.VerifyResult
Enclosing class:
LocalHostnameVerifier

public class LocalHostnameVerifier.VerifyResult
extends Object

Result of the LocalHostnameVerifier.verify(String, SSLSession, VerifyResult) operation wrt. to the first certificate in the peers certificate chain.

Version:
$Revision: 463 $
Author:
Jens Elkner

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

certs

public Certificate[] certs
peer certificates of the SSL session


commonName

public String commonName
CN name of the first certificate


valid

public boolean valid
true if commonName matches the SSL session hostname

Constructor Detail

LocalHostnameVerifier.VerifyResult

public LocalHostnameVerifier.VerifyResult()
Method Detail

reset

public void reset()
Reset all vars in this class to their default aka unchecked state.


ehsbe CommonsTM
Version 1.1.0rc3

Copyright ©2005-2009 EHSBE, Walther-Rathenau-Str. 58, 39104 Magdeburg, Sachsen-Anhalt, Germany. All Rights Reserved.