cpw.mods.fml.common
Class CertificateHelper

java.lang.Object
  extended by cpw.mods.fml.common.CertificateHelper

public class CertificateHelper
extends Object


Constructor Summary
CertificateHelper()
           
 
Method Summary
static String getFingerprint(ByteBuffer buffer)
           
static String getFingerprint(Certificate certificate)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateHelper

public CertificateHelper()
Method Detail

getFingerprint

public static String getFingerprint(Certificate certificate)

getFingerprint

public static String getFingerprint(ByteBuffer buffer)