CRYPT_ALGORITHM_IDENTIFIER class base struct

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.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
Parameters CRYPT_INTEGER_BLOB
getter/setter pair
pszObjId Pointer<Utf8>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited