public final class DistinguishedName
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static DistinguishedName |
from(javax.security.auth.x500.X500Principal x500Principal) |
java.lang.String |
getCommonName()
Retrieve the common name from this distinguished name.
|
java.lang.String |
getCountryCode()
Retrieve the country code from this distinguished name.
|
java.lang.String |
getSerialNumber()
Retrieve the serial number from this distinguished name.
|
boolean |
hasSerialNumber()
Check if the distinguished name contains a serial number.
|
public static DistinguishedName from(javax.security.auth.x500.X500Principal x500Principal)
public boolean hasSerialNumber()
public java.lang.String getSerialNumber()
public java.lang.String getCountryCode()
public java.lang.String getCommonName()
Copyright © 2025 eHealth. All rights reserved.