SubjectAlternativeNames 类
定义
The subject alternate names of a X509 object.
public class SubjectAlternativeNames
- 继承
-
java.lang.ObjectSubjectAlternativeNames
方法
dnsNames() |
Get the dnsNames value.
|
emails() |
Get the emails value.
|
upns() |
Get the upns value.
|
withDnsNames(List<String> dnsNames) |
Set the dnsNames value.
|
withEmails(List<String> emails) |
Set the emails value.
|
withUpns(List<String> upns) |
Set the upns value.
|