Class GetParametersForExportRequest

    • Method Detail

      • keyMaterialType

        public final KeyMaterialType keyMaterialType()

        The key block format type (for example, TR-34 or TR-31) to use during key material export. Export token is only required for a TR-34 key export, TR34_KEY_BLOCK. Export token is not required for TR-31 key export.

        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 (for example, TR-34 or TR-31) to use during key material export. Export token is only required for a TR-34 key export, TR34_KEY_BLOCK. Export token is not required for TR-31 key export.
        See Also:
        KeyMaterialType
      • keyMaterialTypeAsString

        public final String keyMaterialTypeAsString()

        The key block format type (for example, TR-34 or TR-31) to use during key material export. Export token is only required for a TR-34 key export, TR34_KEY_BLOCK. Export token is not required for TR-31 key export.

        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 (for example, TR-34 or TR-31) to use during key material export. Export token is only required for a TR-34 key export, TR34_KEY_BLOCK. Export token is not required for TR-31 key export.
        See Also:
        KeyMaterialType
      • signingKeyAlgorithm

        public final KeyAlgorithm signingKeyAlgorithm()

        The signing key algorithm to generate a signing key certificate. This certificate signs the wrapped key under export within the TR-34 key block. RSA_2048 is the only signing key algorithm allowed.

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

        Returns:
        The signing key algorithm to generate a signing key certificate. This certificate signs the wrapped key under export within the TR-34 key block. RSA_2048 is the only signing key algorithm allowed.
        See Also:
        KeyAlgorithm
      • signingKeyAlgorithmAsString

        public final String signingKeyAlgorithmAsString()

        The signing key algorithm to generate a signing key certificate. This certificate signs the wrapped key under export within the TR-34 key block. RSA_2048 is the only signing key algorithm allowed.

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

        Returns:
        The signing key algorithm to generate a signing key certificate. This certificate signs the wrapped key under export within the TR-34 key block. RSA_2048 is the only signing 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