|
Oracle Security Developer Tools Security Engine Java API Reference 10g (10.1.4.0.1) B28175-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.crypto.cert.GeneralName.Type
The underlying name type of a GeneralName.
| Field Summary | |
static GeneralName.Type |
DIRECTORY_NAMEA X500Name distinguished name. |
static GeneralName.Type |
DNS_NAMEA DNS name, of the form "host.domain.com". |
static GeneralName.Type |
EDI_PARTY_NAME |
static GeneralName.Type |
IP_ADDRESSAn 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_NAMEAn 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 |
| Method Summary | |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
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
| Method Detail |
public java.lang.String toString()
|
Oracle Security Developer Tools Security Engine Java API Reference 10g (10.1.4.0.1) B28175-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||