Interface KeyAlgorithm

    interface KeyAlgorithm {
        name: string;
    }
    Hierarchy

    Properties

    Properties

    name: string