Interface BasePrivateKeyEncodingOptions<T>

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

Type Parameters

Properties

cipher?: string
format: T
passphrase?: string