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
Handle to a certificate store.
- 
Constructor SummaryConstructorsConstructorDescriptionInstantiates a new hcertstore.Instantiates a new hcertstore.
- 
Method SummaryMethods inherited from class com.sun.jna.platform.win32.WinNT.HANDLEfromNative, setPointer, toStringMethods inherited from class com.sun.jna.PointerTypeequals, getPointer, hashCode, nativeType, toNative
- 
Constructor Details- 
HCERTSTOREpublic HCERTSTORE()Instantiates a new hcertstore.
- 
HCERTSTOREInstantiates a new hcertstore.- Parameters:
- p- the p
 
 
-