Klasse WinCrypt.CertStoreProviderName

java.lang.Object
com.sun.jna.platform.win32.WinCrypt.CertStoreProviderName
Alle implementierten Schnittstellen:
NativeMapped
Umschließende Schnittstelle:
WinCrypt

public static class WinCrypt.CertStoreProviderName extends Object implements NativeMapped
  • Konstruktordetails

    • CertStoreProviderName

      public CertStoreProviderName()
    • CertStoreProviderName

      public CertStoreProviderName(int fixedValue)
    • CertStoreProviderName

      public CertStoreProviderName(String name)
  • Methodendetails

    • fromNative

      public Object fromNative(Object nativeValue, FromNativeContext fnc)
      Beschreibung aus Schnittstelle kopiert: NativeMapped
      Convert the given native object into its Java representation using the given context.
      Angegeben von:
      fromNative in Schnittstelle NativeMapped
      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

      public Object toNative()
      Beschreibung aus Schnittstelle kopiert: NativeMapped
      Convert this object into a supported native type.
      Angegeben von:
      toNative in Schnittstelle NativeMapped
      Gibt zurück:
      Java representation of the original Java object converted to a native type.
    • nativeType

      public Class<?> nativeType()
      Beschreibung aus Schnittstelle kopiert: NativeMapped
      Indicate the native type used by this converter.
      Angegeben von:
      nativeType in Schnittstelle NativeMapped
      Gibt zurück:
      Java class representation of the native type.