@procivis/react-native-one-core
    Preparing search index...

    Interface GenerateKeyRequest

    interface GenerateKeyRequest {
        keyParams: Record<string, string>;
        keyType: string;
        name: string;
        organisationId: string;
        storageParams: Record<string, string>;
        storageType: string;
    }
    Index

    Properties

    keyParams: Record<string, string>
    keyType: string

    Choose which key algorithm to use to create the key pair. Check keyAlgorithm of your configuration for supported options and reference the configured instance.

    name: string

    Internal label for created key pair.

    organisationId: string

    Specifies the organizational context of this operation.

    storageParams: Record<string, string>
    storageType: string

    Choose how to store the key. Check keyStorage of your configuration for supported options and reference the configured instance.