Class Crypt32ExtUtil

java.lang.Object
org.jetbrains.nativecerts.win32.Crypt32ExtUtil

public class Crypt32ExtUtil extends Object
  • Constructor Details

    • Crypt32ExtUtil

      public Crypt32ExtUtil()
  • Method Details

    • getCustomTrustedRootCertificates

      public static Collection<X509Certificate> getCustomTrustedRootCertificates()
    • CertCloseStore

      public static void CertCloseStore(com.sun.jna.platform.win32.WinCrypt.HCERTSTORE handle)
    • gatherEnterpriseCertsForLocation

      public static List<X509Certificate> gatherEnterpriseCertsForLocation(int location, String store_name)
    • validateCertificate

      public static void validateCertificate(byte[] encodedCertificate)