AngularTS
    Preparing search index...

    Interface WebTransportCertificateHash

    interface WebTransportCertificateHash {
        algorithm: "sha-256" | "SHA-256";
        value: BufferSource;
    }
    Index

    Properties

    Properties

    algorithm: "sha-256" | "SHA-256"
    value: BufferSource