SubjectAlternativeNames Class
- java.
lang. Object - com.
microsoft. azure. keyvault. models. SubjectAlternativeNames
- com.
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. |
Subject |
withDnsNames(List<String> dnsNames)
Set the dnsNames value. |
Subject |
withEmails(List<String> emails)
Set the emails value. |
Subject |
withUpns(List<String> upns)
Set the upns value. |
Method Details
dnsNames
public List
Get the dnsNames value.
Returns:
emails
public List
Get the emails value.
Returns:
upns
public List
Get the upns value.
Returns:
withDnsNames
public SubjectAlternativeNames withDnsNames(List
Set the dnsNames value.
Parameters:
Returns:
withEmails
public SubjectAlternativeNames withEmails(List
Set the emails value.
Parameters:
Returns:
withUpns
public SubjectAlternativeNames withUpns(List
Set the upns value.
Parameters:
Returns:
Applies to
Azure SDK for Java