Interface PrivateKeyFlagsV2.Builder

    • Method Detail

      • 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.