Skip navigation links
JNA API 5.6.0
com.sun.jna.platform.win32

Class WinCrypt.CRYPT_ALGORITHM_IDENTIFIER

  • Direct Known Subclasses:
    WinCrypt.CRYPT_ALGORITHM_IDENTIFIER.ByReference
    Enclosing interface:
    WinCrypt


    @Structure.FieldOrder(value={"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.
    See Also:
    MSDN
    • Field Detail

      • pszObjId

        public java.lang.String pszObjId
    • Constructor Detail

      • CRYPT_ALGORITHM_IDENTIFIER

        public CRYPT_ALGORITHM_IDENTIFIER()
JNA API 5.6.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.