@haxall/haxall
    Preparing search index...

    Interface BasePrivateKeyEncodingOptions<T>

    interface BasePrivateKeyEncodingOptions<T extends KeyFormat> {
        cipher?: string;
        format: T;
        passphrase?: string;
    }

    Type Parameters

    Index

    Properties

    cipher?: string
    format: T
    passphrase?: string