org.globus.gsi
Class TrustedCertificatesUtil

java.lang.Object
  extended by org.globus.gsi.TrustedCertificatesUtil

Deprecated.

public class TrustedCertificatesUtil
extends java.lang.Object

This is a helper class to create convert TrustCertificates


Constructor Summary
TrustedCertificatesUtil()
          Deprecated.  
 
Method Summary
static java.security.cert.CertStore createCertStore(TrustedCertificates tc)
          Deprecated. Create a CertStore object from TrustedCertificates.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustedCertificatesUtil

public TrustedCertificatesUtil()
Deprecated. 
Method Detail

createCertStore

public static java.security.cert.CertStore createCertStore(TrustedCertificates tc)
                                                    throws java.lang.Exception
Deprecated. 
Create a CertStore object from TrustedCertificates. The store only loads trusted certificates, no signing policies

Throws:
java.lang.Exception


Copyright © 2013. All Rights Reserved.