public static class GeneralName.Type
extends java.lang.Object
GeneralName.| Modifier and Type | Field and Description |
|---|---|
static GeneralName.Type |
DIRECTORY_NAME
A
X500Name distinguished name. |
static GeneralName.Type |
DNS_NAME
A DNS name, of the form "host.domain.com".
|
static GeneralName.Type |
EDI_PARTY_NAME |
static GeneralName.Type |
IP_ADDRESS
An IP address, as a network-byte-ordered integer encoded as an
ASN1OctetString, not the "dotted quad" string representation. |
static GeneralName.Type |
OTHER_NAME |
static GeneralName.Type |
REGISTERED_ID |
static GeneralName.Type |
RFC822_NAME
An email address, of the form "user@domain.com" encoded as an
ASN1String of type ASN1.IA5STRING, not including descriptions like "<Jane User>". |
static GeneralName.Type |
URI |
static GeneralName.Type |
X400_ADDRESS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static final GeneralName.Type OTHER_NAME
public static final GeneralName.Type RFC822_NAME
ASN1String of type ASN1.IA5STRING, not including descriptions like "<Jane User>".public static final GeneralName.Type DNS_NAME
public static final GeneralName.Type X400_ADDRESS
public static final GeneralName.Type DIRECTORY_NAME
X500Name distinguished name.public static final GeneralName.Type EDI_PARTY_NAME
public static final GeneralName.Type URI
public static final GeneralName.Type IP_ADDRESS
ASN1OctetString, not the "dotted quad" string representation.public static final GeneralName.Type REGISTERED_ID