Expand description
Cryptographic key blobs
Structs§
- DhKey
Private Payload - Trailing data for
BCRYPT_DH_PRIVATE_BLOB
. - DhKey
Public Payload - Trailing data for
BCRYPT_DH_PUBLIC_BLOB
. - DsaKey
Private Payload - Trailing data for
BCRYPT_DSA_PRIVATE_BLOB
. - DsaKey
Private V2Payload - Trailing data for
BCRYPT_DSA_PRIVATE_BLOB
for DSA keys that exceed 1024 bits in length but are less than or equal to 3072 bits. - DsaKey
Public Payload - Trailing data for
BCRYPT_DSA_PUBLIC_BLOB
. - DsaKey
Public V2Payload - Trailing data for
BCRYPT_DSA_PUBLIC_BLOB
for DSA keys that exceed 1024 bits in length but are less than or equal to 3072 bits. - EccKey
Private Payload - Trailing data for
BCRYPT_ECCPRIVATE_BLOB
. - EccKey
Public Payload - Trailing data for
BCRYPT_ECCPUBLIC_BLOB
. - Erased
KeyPayload - Phantom payload for dynamically determined key blob.
- RsaKey
Full Private Payload - Trailing data for
BCRYPT_RSAFULLPRIVATE_BLOB
. - RsaKey
Private Payload - Trailing data for
BCRYPT_RSAPRIVATE_BLOB
. - RsaKey
Public Payload - Trailing data for
BCRYPT_RSAPUBLIC_BLOB
.
Enums§
- Blob
Type - Type of a key blob.
- DhKey
Private Blob - Dynamic struct layout for
BCRYPT_DH_PRIVATE_BLOB
. - DhKey
Public Blob - Dynamic struct layout for
BCRYPT_DH_PUBLIC_BLOB
. - DsaKey
Private Blob - Dynamic struct layout for
BCRYPT_DSA_PRIVATE_BLOB
. - DsaKey
Private V2Blob - Dynamic struct layout for
BCRYPT_DSA_PRIVATE_BLOB
(V2). - DsaKey
Public Blob - Dynamic struct layout for
BCRYPT_DSA_PUBLIC_BLOB
. - DsaKey
Public V2Blob - Dynamic struct layout for
BCRYPT_DSA_PUBLIC_BLOB
(V2). - EccKey
Private Blob - Dynamic struct layout for
BCRYPT_ECCPRIVATE_BLOB
. - EccKey
Public Blob - Dynamic struct layout for
BCRYPT_ECCPUBLIC_BLOB
. - Erased
KeyBlob - Dynamic struct layout for dynamically determined key blob.
- RsaKey
Full Private Blob - Dynamic struct layout for
BCRYPT_RSAFULLPRIVATE_BLOB
. - RsaKey
Private Blob - Dynamic struct layout for
BCRYPT_RSAPRIVATE_BLOB
. - RsaKey
Public Blob - Dynamic struct layout for
BCRYPT_RSAPUBLIC_BLOB
.
Traits§
- KeyBlob
- Marker trait for values containing CNG key blob types.