|
|||||||||
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.QSslCertificate.SubjectInfo
public static final class QSslCertificate.SubjectInfo
Describes keys that you can pass to QSslCertificate::issuerInfo()
or QSslCertificate::subjectInfo()
to get information about the certificate issuer or subject.
Field Summary | |
---|---|
static QSslCertificate.SubjectInfo |
CommonName
"CN" The common name; most often this is used to store the host name. |
static QSslCertificate.SubjectInfo |
CountryName
"C" The country. |
static QSslCertificate.SubjectInfo |
LocalityName
"L" The locality. |
static QSslCertificate.SubjectInfo |
Organization
"O" The name of the organization. |
static QSslCertificate.SubjectInfo |
OrganizationalUnitName
"OU" The organizational unit name. |
static QSslCertificate.SubjectInfo |
StateOrProvinceName
"ST" The state or province. |
Method Summary | |
---|---|
static QSslCertificate.SubjectInfo |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QSslCertificate.SubjectInfo |
valueOf(java.lang.String name)
|
static QSslCertificate.SubjectInfo[] |
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 QSslCertificate.SubjectInfo Organization
public static final QSslCertificate.SubjectInfo CommonName
public static final QSslCertificate.SubjectInfo LocalityName
public static final QSslCertificate.SubjectInfo OrganizationalUnitName
public static final QSslCertificate.SubjectInfo CountryName
public static final QSslCertificate.SubjectInfo StateOrProvinceName
Method Detail |
---|
public static QSslCertificate.SubjectInfo[] values()
public static QSslCertificate.SubjectInfo valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QSslCertificate.SubjectInfo resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |