Package com.sun.jna.platform.win32
Class WinCrypt.HCERTSTORE
- java.lang.Object
-
- com.sun.jna.PointerType
-
- com.sun.jna.platform.win32.WinNT.HANDLE
-
- com.sun.jna.platform.win32.WinCrypt.HCERTSTORE
-
- All Implemented Interfaces:
NativeMapped
- Enclosing interface:
- WinCrypt
public static class WinCrypt.HCERTSTORE extends WinNT.HANDLE
Handle to a certificate store.
-
-
Constructor Summary
Constructors Constructor Description HCERTSTORE()
Instantiates a new hcertstore.HCERTSTORE(Pointer p)
Instantiates a new hcertstore.
-
Method Summary
-
Methods inherited from class com.sun.jna.platform.win32.WinNT.HANDLE
fromNative, setPointer, toString
-
Methods inherited from class com.sun.jna.PointerType
equals, getPointer, hashCode, nativeType, toNative
-
-
-
-
Constructor Detail
-
HCERTSTORE
public HCERTSTORE()
Instantiates a new hcertstore.
-
HCERTSTORE
public HCERTSTORE(Pointer p)
Instantiates a new hcertstore.- Parameters:
p
- the p
-
-