Class TrustedCertificatesUtil


  • public class TrustedCertificatesUtil
    extends Object
    Deprecated.
    This is a helper class to create convert TrustCertificates
    • Constructor Detail

      • TrustedCertificatesUtil

        public TrustedCertificatesUtil()
        Deprecated.
    • Method Detail

      • createCertStore

        public static CertStore createCertStore​(TrustedCertificates tc)
                                         throws Exception
        Deprecated.
        Create a CertStore object from TrustedCertificates. The store only loads trusted certificates, no signing policies
        Throws:
        Exception