Interface PrivateKeyFlagsV2.Builder

  • Method Details

    • clientVersion

      PrivateKeyFlagsV2.Builder clientVersion(String clientVersion)

      Defines the minimum client compatibility.

      Parameters:
      clientVersion - Defines the minimum client compatibility.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • clientVersion

      PrivateKeyFlagsV2.Builder clientVersion(ClientCompatibilityV2 clientVersion)

      Defines the minimum client compatibility.

      Parameters:
      clientVersion - Defines the minimum client compatibility.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • exportableKey

      PrivateKeyFlagsV2.Builder exportableKey(Boolean exportableKey)

      Allows the private key to be exported.

      Parameters:
      exportableKey - Allows the private key to be exported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • strongKeyProtectionRequired

      PrivateKeyFlagsV2.Builder strongKeyProtectionRequired(Boolean strongKeyProtectionRequired)

      Require user input when using the private key for enrollment.

      Parameters:
      strongKeyProtectionRequired - Require user input when using the private key for enrollment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.