Interface OciSignatureData


public interface OciSignatureData
Data needed to sign requests.
  • Method Details

    • keyId

      String keyId()
      Key ID to use.
      Returns:
      key ID
    • privateKey

      RSAPrivateKey privateKey()
      Private key to use to generate signatures.
      Returns:
      private key
    • create

      static OciSignatureData create(String keyId, RSAPrivateKey privateKey)
      Create a new instance.
      Parameters:
      keyId - key ID
      privateKey - private key
      Returns:
      a new instance of signature data