CryptoKey interface
密碼編譯金鑰屬性
屬性
| crypto |
金鑰結果的識別碼。 |
| crypto |
以位為單位的索引鍵大小。 |
| file |
找到此金鑰的檔案清單。 |
| is |
表示金鑰大小被認為太小,無法根據 NIST 指引對演算法安全。 |
| key |
金鑰演算法名稱。 |
| key |
金鑰的類型(公開或私用)。 |
| paired |
相符的配對金鑰或憑證。 |
| provisioning |
上次作業的狀態。 |
| usage | 金鑰可以完成的函式。 |
屬性詳細資料
cryptoKeyId
金鑰結果的識別碼。
cryptoKeyId?: string
屬性值
string
cryptoKeySize
以位為單位的索引鍵大小。
cryptoKeySize?: number
屬性值
number
filePaths
找到此金鑰的檔案清單。
filePaths?: string[]
屬性值
string[]
isShortKeySize
表示金鑰大小被認為太小,無法根據 NIST 指引對演算法安全。
isShortKeySize?: boolean
屬性值
boolean
keyAlgorithm
金鑰演算法名稱。
keyAlgorithm?: string
屬性值
string
keyType
金鑰的類型(公開或私用)。
keyType?: string
屬性值
string
pairedKey
provisioningState
上次作業的狀態。
provisioningState?: string
屬性值
string
usage
金鑰可以完成的函式。
usage?: string[]
屬性值
string[]