CryptoKey interface
Crypto key properties
Properties
| crypto |
ID for the key. |
| file |
List of files paths for this key. NOTE: This property will not be serialized. It can only be populated by the server. |
| is |
Indicates the key size is considered too small to be secure for the algorithm. |
| key |
Key algorithm name. |
| key |
Size of the key in bits. |
| key |
Type of the key (public or private). |
| paired |
A matching paired key or certificate. |
| usage | Functions the key can fulfill. |
Property Details
cryptoKeyId
ID for the key.
cryptoKeyId?: string
Property Value
string
filePaths
List of files paths for this key. 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?: string
Property Value
string
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
usage
Functions the key can fulfill.
usage?: string[]
Property Value
string[]