Package com.sun.jna.platform.win32
Class WinCrypt.HCERTCHAINENGINE
- java.lang.Object
- 
- com.sun.jna.PointerType
- 
- com.sun.jna.platform.win32.WinNT.HANDLE
- 
- com.sun.jna.platform.win32.WinCrypt.HCERTCHAINENGINE
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped
 - Enclosing interface:
- WinCrypt
 
 public static class WinCrypt.HCERTCHAINENGINE extends WinNT.HANDLE Handle to a certificate chain engine.
- 
- 
Constructor SummaryConstructors Constructor Description HCERTCHAINENGINE()Instantiates a new hcertchainengine.HCERTCHAINENGINE(Pointer p)Instantiates a new hcertchainengine.
 - 
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- 
HCERTCHAINENGINEpublic HCERTCHAINENGINE() Instantiates a new hcertchainengine.
 - 
HCERTCHAINENGINEpublic HCERTCHAINENGINE(Pointer p) Instantiates a new hcertchainengine.- Parameters:
- p- the p
 
 
- 
 
-