Klasse WinCrypt.CRYPT_ALGORITHM_IDENTIFIER

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinCrypt.CRYPT_ALGORITHM_IDENTIFIER
Bekannte direkte Unterklassen:
WinCrypt.CRYPT_ALGORITHM_IDENTIFIER.ByReference
Umschließende Schnittstelle:
WinCrypt

@FieldOrder({"pszObjId","Parameters"}) public static class WinCrypt.CRYPT_ALGORITHM_IDENTIFIER extends Structure
The CRYPT_ALGORITHM_IDENTIFIER structure specifies an algorithm used to encrypt a private key. The structure includes the object identifier (OID) of the algorithm and any needed parameters for that algorithm. The parameters contained in its CRYPT_OBJID_BLOB are encoded.
Siehe auch:
  • Felddetails

  • Konstruktordetails

    • CRYPT_ALGORITHM_IDENTIFIER

      public CRYPT_ALGORITHM_IDENTIFIER()