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 SummaryConstructors 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.HANDLEfromNative, setPointer, toString
 - 
Methods inherited from class com.sun.jna.PointerTypeequals, getPointer, hashCode, nativeType, toNative
 
- 
 
- 
- 
- 
Constructor Detail- 
HCERTSTOREpublic HCERTSTORE() Instantiates a new hcertstore.
 - 
HCERTSTOREpublic HCERTSTORE(Pointer p) Instantiates a new hcertstore.- Parameters:
- p- the p
 
 
- 
 
-