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
public static class WinCrypt.CertStoreProviderName extends java.lang.Object implements NativeMapped
Value wrapper forlpszStoreProviderofCrypt32.CertOpenStore(CertStoreProviderName, int, HCRYPTPROV_LEGACY, int, Pointer)
-
-
Constructor Summary
Constructors Constructor Description CertStoreProviderName()CertStoreProviderName(int fixedValue)CertStoreProviderName(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectfromNative(java.lang.Object nativeValue, FromNativeContext fnc)Convert the given native object into its Java representation using the given context.java.lang.Class<?>nativeType()Indicate the native type used by this converter.java.lang.ObjecttoNative()Convert this object into a supported native type.
-
-
-
Method Detail
-
fromNative
public java.lang.Object fromNative(java.lang.Object nativeValue, FromNativeContext fnc)Description copied from interface:NativeMappedConvert the given native object into its Java representation using the given context.- Specified by:
fromNativein 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
public java.lang.Object toNative()
Description copied from interface:NativeMappedConvert this object into a supported native type.- Specified by:
toNativein interfaceNativeMapped- Returns:
- Java representation of the original Java object converted to a native type.
-
nativeType
public java.lang.Class<?> nativeType()
Description copied from interface:NativeMappedIndicate the native type used by this converter.- Specified by:
nativeTypein interfaceNativeMapped- Returns:
- Java class representation of the native type.
-
-