|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.network.QSsl.AlternateNameEntryType
public static final class QSsl.AlternateNameEntryType
Describes the key types for alternate name entries in QSslCertificate.
| Field Summary | |
|---|---|
static QSsl.AlternateNameEntryType |
DnsEntry
A DNS host name entry; the entry contains a host name entry that the certificate is valid for. |
static QSsl.AlternateNameEntryType |
EmailEntry
An email entry; the entry contains an email address that the certificate is valid for. |
| Method Summary | |
|---|---|
static QSsl.AlternateNameEntryType |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QSsl.AlternateNameEntryType |
valueOf(java.lang.String name)
|
static QSsl.AlternateNameEntryType[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final QSsl.AlternateNameEntryType EmailEntry
public static final QSsl.AlternateNameEntryType DnsEntry
| Method Detail |
|---|
public static QSsl.AlternateNameEntryType[] values()
public static QSsl.AlternateNameEntryType valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QSsl.AlternateNameEntryType resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||