Package com.sun.jna.platform.win32
Klasse WinCrypt.CertStoreProviderName
java.lang.Object
com.sun.jna.platform.win32.WinCrypt.CertStoreProviderName
- Alle implementierten Schnittstellen:
NativeMapped
- Umschließende Schnittstelle:
WinCrypt
Value wrapper for
lpszStoreProvider of Crypt32.CertOpenStore(CertStoreProviderName, int, HCRYPTPROV_LEGACY, int, Pointer)-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfromNative(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.
-
Konstruktordetails
-
CertStoreProviderName
public CertStoreProviderName() -
CertStoreProviderName
public CertStoreProviderName(int fixedValue) -
CertStoreProviderName
-
-
Methodendetails
-
fromNative
Beschreibung aus Schnittstelle kopiert:NativeMappedConvert the given native object into its Java representation using the given context.- Angegeben von:
fromNativein SchnittstelleNativeMapped- Parameter:
nativeValue- Java representation of the native type to be converted.fnc- Context in which the conversion is taking place.- Gibt zurück:
- Converted object.
-
toNative
Beschreibung aus Schnittstelle kopiert:NativeMappedConvert this object into a supported native type.- Angegeben von:
toNativein SchnittstelleNativeMapped- Gibt zurück:
- Java representation of the original Java object converted to a native type.
-
nativeType
Beschreibung aus Schnittstelle kopiert:NativeMappedIndicate the native type used by this converter.- Angegeben von:
nativeTypein SchnittstelleNativeMapped- Gibt zurück:
- Java class representation of the native type.
-