CryptoKey interface
密碼編譯金鑰屬性
屬性
crypto |
金鑰結果的識別碼。 |
file |
找到此金鑰的檔案清單。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
is |
表示金鑰大小被認為太小,無法為演算法提供安全。 |
key |
金鑰演算法名稱。 |
key |
以位為單位的索引鍵大小。 |
key |
金鑰的類型(公開或私用)。 |
paired |
相符的配對金鑰或憑證。 |
usage | 金鑰可以完成的函式。 |
屬性詳細資料
cryptoKeyId
金鑰結果的識別碼。
cryptoKeyId?: string
屬性值
string
filePaths
找到此金鑰的檔案清單。 注意:這個屬性不會串行化。 它只能由伺服器填入。
filePaths?: string[]
屬性值
string[]
isShortKeySize
表示金鑰大小被認為太小,無法為演算法提供安全。
isShortKeySize?: boolean
屬性值
boolean
keyAlgorithm
金鑰演算法名稱。
keyAlgorithm?: string
屬性值
string
keySize
以位為單位的索引鍵大小。
keySize?: number
屬性值
number
keyType
金鑰的類型(公開或私用)。
keyType?: string
屬性值
string
pairedKey
usage
金鑰可以完成的函式。
usage?: string[]
屬性值
string[]