共用方式為


CryptoKey interface

密碼編譯金鑰屬性

屬性

cryptoKeyId

金鑰結果的識別碼。

filePaths

找到此金鑰的檔案清單。 注意:這個屬性不會串行化。 它只能由伺服器填入。

isShortKeySize

表示金鑰大小被認為太小,無法為演算法提供安全。

keyAlgorithm

金鑰演算法名稱。

keySize

以位為單位的索引鍵大小。

keyType

金鑰的類型(公開或私用)。

pairedKey

相符的配對金鑰或憑證。

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

相符的配對金鑰或憑證。

pairedKey?: PairedKey

屬性值

usage

金鑰可以完成的函式。

usage?: string[]

屬性值

string[]