public class RegisteredDomain extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private static Set<String> |
arSet |
private static Set<String> |
jp2Set |
private static Set<String> |
jpSet |
private static Set<String> |
omSet |
private static Set<String> |
top1Set |
private static Set<String> |
top2Set |
private static Map<String,Set<String>> |
top3Map |
private static Set<String> |
top3Set |
private static Set<String> |
top4Set |
private static Set<String> |
top5Set |
private static Map<String,Set<String>> |
topMap |
private static Set<String> |
ukSet |
private static Set<String> |
usStateSet |
private static Set<String> |
usSubStateSet |
| 构造器和说明 |
|---|
RegisteredDomain() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getRegisteredDomain(String cname) |
static RegisteredDomain |
registeredDomain(String domain)
Returns a
sun.security.util.RegisteredDomain representing the
registered part of the specified domain. |
public static RegisteredDomain registeredDomain(String domain)
sun.security.util.RegisteredDomain representing the
registered part of the specified domain.domain - the domain namesun.security.util.RegisteredDomain or null
if the domain is unknown or not registerableNullPointerException - if domain is nullCopyright © 2023. All rights reserved.