共用方式為


CryptoCertificate interface

密碼編譯憑證屬性

屬性

certificateKeyAlgorithm

憑證中使用的金鑰演演算法。

certificateKeySize

以位為單位的憑證金鑰大小

certificateName

憑證的名稱。

certificateRole

憑證的角色(根 CA 等)

certificateUsage

憑證可履行的函式清單。

cryptoCertId

憑證結果的標識碼。

encoding

用於憑證的編碼方式。

expirationDate

憑證的到期日。

filePaths

找到此憑證的檔案清單。

fingerprint

憑證的指紋。

isExpired

指出憑證是否已過期。

isSelfSigned

指出憑證是否為自我簽署。

isShortKeySize

表示憑證的金鑰大小被視為太小,無法根據 NIST 指引來保護金鑰演算法。

issuedDate

憑證的發行日期。

issuer

憑證的簽發者資訊。

isWeakSignature

表示根據 NIST 指引,所使用的簽章演算法不安全。

pairedKey

相符的配對私鑰。

provisioningState

上次作業的狀態。

serialNumber

憑證的序號。

signatureAlgorithm

憑證中使用的簽章演算法。

subject

憑證的主體資訊。

屬性詳細資料

certificateKeyAlgorithm

憑證中使用的金鑰演演算法。

certificateKeyAlgorithm?: string

屬性值

string

certificateKeySize

以位為單位的憑證金鑰大小

certificateKeySize?: number

屬性值

number

certificateName

憑證的名稱。

certificateName?: string

屬性值

string

certificateRole

憑證的角色(根 CA 等)

certificateRole?: string

屬性值

string

certificateUsage

憑證可履行的函式清單。

certificateUsage?: string[]

屬性值

string[]

cryptoCertId

憑證結果的標識碼。

cryptoCertId?: string

屬性值

string

encoding

用於憑證的編碼方式。

encoding?: string

屬性值

string

expirationDate

憑證的到期日。

expirationDate?: Date

屬性值

Date

filePaths

找到此憑證的檔案清單。

filePaths?: string[]

屬性值

string[]

fingerprint

憑證的指紋。

fingerprint?: string

屬性值

string

isExpired

指出憑證是否已過期。

isExpired?: boolean

屬性值

boolean

isSelfSigned

指出憑證是否為自我簽署。

isSelfSigned?: boolean

屬性值

boolean

isShortKeySize

表示憑證的金鑰大小被視為太小,無法根據 NIST 指引來保護金鑰演算法。

isShortKeySize?: boolean

屬性值

boolean

issuedDate

憑證的發行日期。

issuedDate?: Date

屬性值

Date

issuer

憑證的簽發者資訊。

issuer?: CryptoCertificateEntity

屬性值

isWeakSignature

表示根據 NIST 指引,所使用的簽章演算法不安全。

isWeakSignature?: boolean

屬性值

boolean

pairedKey

相符的配對私鑰。

pairedKey?: PairedKey

屬性值

provisioningState

上次作業的狀態。

provisioningState?: string

屬性值

string

serialNumber

憑證的序號。

serialNumber?: string

屬性值

string

signatureAlgorithm

憑證中使用的簽章演算法。

signatureAlgorithm?: string

屬性值

string

subject

憑證的主體資訊。

subject?: CryptoCertificateEntity

屬性值