Package com.sun.jna.platform.win32
Class WinCrypt.CertStoreProviderName
java.lang.Object
com.sun.jna.platform.win32.WinCrypt.CertStoreProviderName
- All Implemented Interfaces:
- NativeMapped
- Enclosing interface:
- WinCrypt
Value wrapper for 
lpszStoreProvider of Crypt32.CertOpenStore(CertStoreProviderName, int, HCRYPTPROV_LEGACY, int, Pointer)- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfromNative(Object nativeValue, FromNativeContext fnc) Convert the given native object into its Java representation using the given context.Class<?>Indicate the native type used by this converter.toNative()Convert this object into a supported native type.
- 
Constructor Details- 
CertStoreProviderNamepublic CertStoreProviderName()
- 
CertStoreProviderNamepublic CertStoreProviderName(int fixedValue) 
- 
CertStoreProviderName
 
- 
- 
Method Details- 
fromNativeDescription copied from interface:NativeMappedConvert the given native object into its Java representation using the given context.- Specified by:
- fromNativein interface- NativeMapped
- Parameters:
- nativeValue- Java representation of the native type to be converted.
- fnc- Context in which the conversion is taking place.
- Returns:
- Converted object.
 
- 
toNativeDescription copied from interface:NativeMappedConvert this object into a supported native type.- Specified by:
- toNativein interface- NativeMapped
- Returns:
- Java representation of the original Java object converted to a native type.
 
- 
nativeTypeDescription copied from interface:NativeMappedIndicate the native type used by this converter.- Specified by:
- nativeTypein interface- NativeMapped
- Returns:
- Java class representation of the native type.
 
 
-