Interface KeyPair.Builder

    • Method Detail

      • publicKey

        KeyPair.Builder publicKey​(String publicKey)

        The public key.

        Parameters:
        publicKey - The public key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privateKey

        KeyPair.Builder privateKey​(String privateKey)

        The private key.

        Parameters:
        privateKey - The private key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.