Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...
    Index

    Constructors

    • Parameters

      • input:
            | string
            | Buffer
            | ArrayBuffer
            | Set<Certificate>
            | CertificateBundle
            | Certificate[]
            | { certificates: string[] }
            | (
                | string
                | Buffer
                | ArrayBuffer
                | Certificate
                | {
                    $hash: CertificateHashString;
                    issuer: string;
                    issuerDN: { name: string; value: string }[];
                    notAfter: string;
                    notBefore: string;
                    serial: string;
                    subject: string;
                    subjectDN: { name: string; value: string }[];
                    subjectPublicKey:
                        | Secp256K1PublicKeyString
                        | Secp256R1PublicKeyString
                        | ED25519PublicKeyString;
                } & {
                    $binary?: string;
                    $chain?: undefined;
                    baseExtensions?: {} & {
                        authorityKeyIdentifier?: {
                            contains: string;
                            type: "context";
                            value: 0;
                        } & {};
                        basicConstraints?: [ca: boolean, pathLenConstraint?: null | string];
                        keyUsage?: KeyUsage;
                        subjectKeyIdentifier?: string;
                    };
                }
            )[]

      Returns CertificateBundle

    Properties

    isInstance: (obj: any, strict?: boolean) => obj is CertificateBundle = ...

    Accessors

    • get bundleSize(): number

      Returns number

    Methods

    • Returns ArrayBuffer

    • Returns Buffer

    • Returns { certificates: string[] }