CryptoKey interface

Crypto key properties

Properties

cryptoKeyId

ID for the key result.

filePaths

List of files where this key was found. NOTE: This property will not be serialized. It can only be populated by the server.

isShortKeySize

Indicates the key size is considered too small to be secure for the algorithm.

keyAlgorithm

Key algorithm name.

keySize

Size of the key in bits.

keyType

Type of the key (public or private).

pairedKey

A matching paired key or certificate.

usage

Functions the key can fulfill.

Property Details

cryptoKeyId

ID for the key result.

cryptoKeyId?: string

Property Value

string

filePaths

List of files where this key was found. NOTE: This property will not be serialized. It can only be populated by the server.

filePaths?: string[]

Property Value

string[]

isShortKeySize

Indicates the key size is considered too small to be secure for the algorithm.

isShortKeySize?: boolean

Property Value

boolean

keyAlgorithm

Key algorithm name.

keyAlgorithm?: string

Property Value

string

keySize

Size of the key in bits.

keySize?: number

Property Value

number

keyType

Type of the key (public or private).

keyType?: string

Property Value

string

pairedKey

A matching paired key or certificate.

pairedKey?: PairedKey

Property Value

usage

Functions the key can fulfill.

usage?: string[]

Property Value

string[]