Class CertificateUtils


  • @Deprecated(since="2021-05-27")
    public class CertificateUtils
    extends java.lang.Object
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      CertificateUtils()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.security.KeyStore getKeyStore​(Resource store, java.lang.String storeType, java.lang.String storeProvider, java.lang.String storePassword)
      Deprecated.
       
      static java.util.Collection<? extends java.security.cert.CRL> loadCRL​(java.lang.String crlPath)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CertificateUtils

        public CertificateUtils()
        Deprecated.
    • Method Detail

      • getKeyStore

        public static java.security.KeyStore getKeyStore​(Resource store,
                                                         java.lang.String storeType,
                                                         java.lang.String storeProvider,
                                                         java.lang.String storePassword)
                                                  throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
      • loadCRL

        public static java.util.Collection<? extends java.security.cert.CRL> loadCRL​(java.lang.String crlPath)
                                                                              throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception