SSHKey interface
設備 SSHKey 定義。
屬性
certificate | 如果已簽署金鑰,則與公開金鑰相關聯的憑證。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
creation |
Unix) (憑證建立時間戳記。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
expiration |
憑證到期時間戳記 (Unix) 。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
private |
私密金鑰。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
public |
公開金鑰。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
屬性詳細資料
certificate
如果已簽署金鑰,則與公開金鑰相關聯的憑證。 注意:此屬性不會序列化。 它只能由伺服器填入。
certificate?: string
屬性值
string
creationTimeStamp
Unix) (憑證建立時間戳記。 注意:此屬性不會序列化。 它只能由伺服器填入。
creationTimeStamp?: number
屬性值
number
expirationTimeStamp
憑證到期時間戳記 (Unix) 。 注意:此屬性不會序列化。 它只能由伺服器填入。
expirationTimeStamp?: number
屬性值
number
privateKey
私密金鑰。 注意:此屬性不會序列化。 它只能由伺服器填入。
privateKey?: string
屬性值
string
publicKey
公開金鑰。 注意:此屬性不會序列化。 它只能由伺服器填入。
publicKey?: string
屬性值
string