org.eclipse.higgins.sts.utilities
Class CertificateHelper

java.lang.Object
  extended byorg.eclipse.higgins.sts.utilities.CertificateHelper

public class CertificateHelper
extends Object

Author:
mikemci

Constructor Summary
CertificateHelper()
           
 
Method Summary
static X509Certificate findLeafFromCertificates(List listCerts)
           
static X509Certificate findLeafFromEncodedCertificates(List listEncodedCerts)
           
static X509Certificate fromString(String cert)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateHelper

public CertificateHelper()
Method Detail

fromString

public static X509Certificate fromString(String cert)

findLeafFromCertificates

public static X509Certificate findLeafFromCertificates(List listCerts)

findLeafFromEncodedCertificates

public static X509Certificate findLeafFromEncodedCertificates(List listEncodedCerts)