Class CertificateUtils


  • public class CertificateUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete 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)  
      static java.util.Collection<? extends java.security.cert.CRL> loadCRL​(java.lang.String crlPath)  
      • Methods inherited from class java.lang.Object

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

      • CertificateUtils

        public CertificateUtils()
    • 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
        Throws:
        java.lang.Exception
      • loadCRL

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