共用方式為


CryptoCertificate interface

密碼編譯憑證屬性

屬性

cryptoCertId

憑證結果的標識碼。

encoding

用於憑證的編碼方式。

expirationDate

憑證的到期日。

filePaths

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

fingerprint

憑證的指紋。

isExpired

指出憑證是否已過期。

isSelfSigned

指出憑證是否自我簽署。

isShortKeySize

表示憑證的金鑰大小被視為太小,無法保護金鑰演演算法的安全。

issuedDate

憑證的發行日期。

issuer

憑證的簽發者資訊。

isWeakSignature

表示所使用的簽章演算法不安全。

keyAlgorithm

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

keySize

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

name

憑證的名稱。

pairedKey

相符的配對私鑰。

role

憑證的角色 (根 CA 等)

serialNumber

憑證的序號。

signatureAlgorithm

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

subject

憑證的主體資訊。

usage

憑證可履行的函式清單。

屬性詳細資料

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

表示憑證的金鑰大小被視為太小,無法保護金鑰演演算法的安全。

isShortKeySize?: boolean

屬性值

boolean

issuedDate

憑證的發行日期。

issuedDate?: Date

屬性值

Date

issuer

憑證的簽發者資訊。

issuer?: CryptoCertificateEntity

屬性值

isWeakSignature

表示所使用的簽章演算法不安全。

isWeakSignature?: boolean

屬性值

boolean

keyAlgorithm

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

keyAlgorithm?: string

屬性值

string

keySize

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

keySize?: number

屬性值

number

name

憑證的名稱。

name?: string

屬性值

string

pairedKey

相符的配對私鑰。

pairedKey?: PairedKey

屬性值

role

憑證的角色 (根 CA 等)

role?: string

屬性值

string

serialNumber

憑證的序號。

serialNumber?: string

屬性值

string

signatureAlgorithm

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

signatureAlgorithm?: string

屬性值

string

subject

憑證的主體資訊。

subject?: CryptoCertificateEntity

屬性值

usage

憑證可履行的函式清單。

usage?: string[]

屬性值

string[]