GetParametersForImportRequest
Types
Properties
Link copied to clipboard
The method to use for key material import. Import token is only required for TR-34 WrappedKeyBlock (TR34_KEY_BLOCK) and RSA WrappedKeyCryptogram (KEY_CRYPTOGRAM).
Link copied to clipboard
Specifies whether to reuse the existing import token and wrapping key certificate. If set to true and a valid import token exists for the same key material type and wrapping key algorithm with at least 7 days of remaining validity, the existing token and wrapping key certificate are returned. Otherwise, a new import token and wrapping key certificate are generated. The default value is false, which generates a new import token and wrapping key certificate on every call.
Link copied to clipboard
The wrapping key algorithm to generate a wrapping key certificate. This certificate wraps the key under import.
Functions
Link copied to clipboard
inline fun copy(block: GetParametersForImportRequest.Builder.() -> Unit = {}): GetParametersForImportRequest