public static class WinCrypt.CertStoreProviderName extends java.lang.Object implements NativeMapped
lpszStoreProvider of Crypt32#CertOpenStore(CertStoreProviderName, int, HCRYPTPROV_LEGACY, int, Pointer)| Constructor and Description |
|---|
CertStoreProviderName() |
CertStoreProviderName(int fixedValue) |
CertStoreProviderName(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(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.Object |
toNative()
Convert this object into a supported native type.
|
public CertStoreProviderName()
public CertStoreProviderName(int fixedValue)
public CertStoreProviderName(java.lang.String name)
public java.lang.Object fromNative(java.lang.Object nativeValue,
FromNativeContext fnc)
NativeMappedfromNative in interface NativeMappednativeValue - Java representation of the native type to be converted.fnc - Context in which the conversion is taking place.public java.lang.Object toNative()
NativeMappedtoNative in interface NativeMappedpublic java.lang.Class<?> nativeType()
NativeMappednativeType in interface NativeMapped