com.waveset.util
Class CertificateUtil

java.lang.Object
  extended bycom.waveset.util.CertificateUtil

public class CertificateUtil
extends java.lang.Object


Constructor Summary
CertificateUtil()
           
 
Method Summary
static java.lang.String getCertificateFingerprint(java.security.cert.X509Certificate cert)
          Convenient method for classes to use to get a colon-separated MD5 hash of the certificate for the purpose of displaying to the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateUtil

public CertificateUtil()
Method Detail

getCertificateFingerprint

public static java.lang.String getCertificateFingerprint(java.security.cert.X509Certificate cert)
Convenient method for classes to use to get a colon-separated MD5 hash of the certificate for the purpose of displaying to the user.