@taiyi-io/api-connector-ts
Preparing search index...
PublicKeySerial
Interface PublicKeySerial
公钥序列号结构体
Interface
interface
PublicKeySerial
{
algorithm
:
Ed25519
;
created_time
:
string
;
not_after
?:
string
;
not_before
?:
string
;
public_key
:
string
;
serial
:
string
;
}
Hierarchy (
View Summary
)
PublicKeySerial
UserToken
PrivateKeySerial
Index
Properties
algorithm
created_
time
not_
after?
not_
before?
public_
key
serial
Properties
algorithm
algorithm
:
Ed25519
签名算法
created_
time
created_time
:
string
创建时间
Optional
not_
after
not_after
?:
string
失效时间
Optional
not_
before
not_before
?:
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
not_
after
not_
before
public_
key
serial
@taiyi-io/api-connector-ts
Loading...
公钥序列号结构体
Interface