TestProxyRecordingOptions.Certificate Class

  • java.lang.Object
    • com.azure.core.test.models.TestProxyRecordingOptions.Certificate

public static class TestProxyRecordingOptions.Certificate

Model representing the certificate item object

Constructor Summary

Constructor Description
Certificate()

Method Summary

Modifier and Type Method and Description
String getPemKey()

Get the cert pem key

String getPemValue()

Get the cert pem value

Certificate setPemKey(String pemKey)

Get the cert pem key

Certificate setPemValue(String pemValue)

Set the cert pem value

Methods inherited from java.lang.Object

Constructor Details

Certificate

public Certificate()

Method Details

getPemKey

public String getPemKey()

Get the cert pem key

Returns:

the cert pem key

getPemValue

public String getPemValue()

Get the cert pem value

Returns:

the cert pem value

setPemKey

public TestProxyRecordingOptions.Certificate setPemKey(String pemKey)

Get the cert pem key

Parameters:

pemKey - the cert pem key

Returns:

the Certificate object

setPemValue

public TestProxyRecordingOptions.Certificate setPemValue(String pemValue)

Set the cert pem value

Parameters:

pemValue - the cert pem value

Returns:

the Certificate object

Applies to