Class GetParametersForImportRequest

    • Method Detail

      • keyMaterialType

        public final KeyMaterialType keyMaterialType()

        The key block format type such as TR-34 or TR-31 to use during key material import. Import token is only required for TR-34 key import TR34_KEY_BLOCK. Import token is not required for TR-31 key import.

        If the service returns an enum value that is not available in the current SDK version, keyMaterialType will return KeyMaterialType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from keyMaterialTypeAsString().

        Returns:
        The key block format type such as TR-34 or TR-31 to use during key material import. Import token is only required for TR-34 key import TR34_KEY_BLOCK. Import token is not required for TR-31 key import.
        See Also:
        KeyMaterialType
      • keyMaterialTypeAsString

        public final String keyMaterialTypeAsString()

        The key block format type such as TR-34 or TR-31 to use during key material import. Import token is only required for TR-34 key import TR34_KEY_BLOCK. Import token is not required for TR-31 key import.

        If the service returns an enum value that is not available in the current SDK version, keyMaterialType will return KeyMaterialType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from keyMaterialTypeAsString().

        Returns:
        The key block format type such as TR-34 or TR-31 to use during key material import. Import token is only required for TR-34 key import TR34_KEY_BLOCK. Import token is not required for TR-31 key import.
        See Also:
        KeyMaterialType
      • wrappingKeyAlgorithm

        public final KeyAlgorithm wrappingKeyAlgorithm()

        The wrapping key algorithm to generate a wrapping key certificate. This certificate wraps the key under import within the TR-34 key block cryptogram. RSA_2048 is the only wrapping key algorithm allowed.

        If the service returns an enum value that is not available in the current SDK version, wrappingKeyAlgorithm will return KeyAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from wrappingKeyAlgorithmAsString().

        Returns:
        The wrapping key algorithm to generate a wrapping key certificate. This certificate wraps the key under import within the TR-34 key block cryptogram. RSA_2048 is the only wrapping key algorithm allowed.
        See Also:
        KeyAlgorithm
      • wrappingKeyAlgorithmAsString

        public final String wrappingKeyAlgorithmAsString()

        The wrapping key algorithm to generate a wrapping key certificate. This certificate wraps the key under import within the TR-34 key block cryptogram. RSA_2048 is the only wrapping key algorithm allowed.

        If the service returns an enum value that is not available in the current SDK version, wrappingKeyAlgorithm will return KeyAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from wrappingKeyAlgorithmAsString().

        Returns:
        The wrapping key algorithm to generate a wrapping key certificate. This certificate wraps the key under import within the TR-34 key block cryptogram. RSA_2048 is the only wrapping key algorithm allowed.
        See Also:
        KeyAlgorithm
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object