SubjectAlternativeNames Class

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.SubjectAlternativeNames

public class SubjectAlternativeNames

The subject alternate names of a X509 object.

Method Summary

Modifier and Type Method and Description
List<String> dnsNames()

Get the dnsNames value.

List<String> emails()

Get the emails value.

List<String> upns()

Get the upns value.

SubjectAlternativeNames withDnsNames(List<String> dnsNames)

Set the dnsNames value.

SubjectAlternativeNames withEmails(List<String> emails)

Set the emails value.

SubjectAlternativeNames withUpns(List<String> upns)

Set the upns value.

Method Details

dnsNames

public List dnsNames()

Get the dnsNames value.

Returns:

the dnsNames value

emails

public List emails()

Get the emails value.

Returns:

the emails value

upns

public List upns()

Get the upns value.

Returns:

the upns value

withDnsNames

public SubjectAlternativeNames withDnsNames(List dnsNames)

Set the dnsNames value.

Parameters:

dnsNames - the dnsNames value to set

Returns:

the SubjectAlternativeNames object itself.

withEmails

public SubjectAlternativeNames withEmails(List emails)

Set the emails value.

Parameters:

emails - the emails value to set

Returns:

the SubjectAlternativeNames object itself.

withUpns

public SubjectAlternativeNames withUpns(List upns)

Set the upns value.

Parameters:

upns - the upns value to set

Returns:

the SubjectAlternativeNames object itself.

Applies to