Package org.jetbrains.nativecerts.win32
Class Crypt32ExtUtil
- java.lang.Object
-
- org.jetbrains.nativecerts.win32.Crypt32ExtUtil
-
public class Crypt32ExtUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description Crypt32ExtUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidCertCloseStore(com.sun.jna.platform.win32.WinCrypt.HCERTSTORE handle)static List<X509Certificate>gatherEnterpriseCertsForLocation(int location, String store_name)static Collection<X509Certificate>getCustomTrustedRootCertificates()
-
-
-
Method Detail
-
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)
-
-