@taiyi-io/api-connector-ts
Preparing search index...
PrivateKey
Interface PrivateKey
私钥结构
Interface
interface
PrivateKey
{
algorithm
:
Ed25519
;
created_time
:
string
;
id
:
string
;
not_after
?:
string
;
not_before
?:
string
;
private_key
:
string
;
public_key
:
string
;
serial
:
string
;
}
Hierarchy (
View Summary
)
PrivateKeySerial
PrivateKey
Index
Properties
algorithm
created_
time
id
not_
after?
not_
before?
private_
key
public_
key
serial
Properties
algorithm
algorithm
:
Ed25519
签名算法
created_
time
created_time
:
string
创建时间
id
id
:
string
私钥ID
Optional
not_
after
not_after
?:
string
失效时间
Optional
not_
before
not_before
?:
string
生效时间
private_
key
private_key
:
string
私钥
public_
key
public_key
:
string
公钥
serial
serial
:
string
序列号
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
algorithm
created_
time
id
not_
after
not_
before
private_
key
public_
key
serial
@taiyi-io/api-connector-ts
Loading...
私钥结构
Interface