Class WinCrypt.CRYPT_ALGORITHM_IDENTIFIER

  • Direct Known Subclasses:
    WinCrypt.CRYPT_ALGORITHM_IDENTIFIER.ByReference
    Enclosing interface:
    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.
    See Also:
    MSDN
    • Constructor Detail

      • CRYPT_ALGORITHM_IDENTIFIER

        public CRYPT_ALGORITHM_IDENTIFIER()