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 Summary
Constructors -
Method Summary
Modifier 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
-
CertStoreProviderName
public CertStoreProviderName() -
CertStoreProviderName
public CertStoreProviderName(int fixedValue) -
CertStoreProviderName
-
-
Method Details
-
fromNative
Description copied from interface:NativeMapped
Convert the given native object into its Java representation using the given context.- Specified by:
fromNative
in interfaceNativeMapped
- Parameters:
nativeValue
- Java representation of the native type to be converted.fnc
- Context in which the conversion is taking place.- Returns:
- Converted object.
-
toNative
Description copied from interface:NativeMapped
Convert this object into a supported native type.- Specified by:
toNative
in interfaceNativeMapped
- Returns:
- Java representation of the original Java object converted to a native type.
-
nativeType
Description copied from interface:NativeMapped
Indicate the native type used by this converter.- Specified by:
nativeType
in interfaceNativeMapped
- Returns:
- Java class representation of the native type.
-