@taiyi-io/api-connector-ts
    Preparing search index...

    Interface PrivateKey

    私钥结构

    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)

    Index

    Properties

    algorithm: Ed25519

    签名算法

    created_time: string

    创建时间

    id: string

    私钥ID

    not_after?: string

    失效时间

    not_before?: string

    生效时间

    private_key: string

    私钥

    public_key: string

    公钥

    serial: string

    序列号