|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccCertificateProp>
com.aol.acc.AccCertificateProp
public enum AccCertificateProp
The IAccCertificate interface is used to wrap X.509 certificate objects.
| Enum Constant Summary | |
|---|---|
ExpireTime
The time the certificate expires |
|
IssuerCommonName
The issuer name |
|
IssuerDomainComponent
The issuer domain component |
|
IssuerOrg
The issuer organization |
|
IssuerOrgUnit
The issuer organizational unit |
|
IssueTime
The time the certificate was issued |
|
Name
The friendly name for the certificate |
|
SerialNumber
The serial number of the certificate |
|
SubjectCommonName
The subject name for the certificate (CN) |
|
SubjectDomainComponent
The domain component for the certificate (DC) |
|
SubjectEmailAddress
The email address for the certificate |
|
SubjectOrg
The organization name for the certificate (O) |
|
SubjectOrgUnit
The organizational unit for the certificate (OU) |
|
Trusted
The categories in which this certificate has been trusted; values are from AccCertificateTrustFlags |
|
UNKNOWNVALUE
|
|
Usage
The certificate usage type; values are from AccCertificateUsage. |
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccCertificateProp |
intToEnum(int value)
|
AccCertificateProp |
or(AccCertificateProp val)
|
int |
value()
|
static AccCertificateProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccCertificateProp[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AccCertificateProp UNKNOWNVALUE
public static final AccCertificateProp Name
public static final AccCertificateProp SerialNumber
public static final AccCertificateProp IssueTime
public static final AccCertificateProp ExpireTime
public static final AccCertificateProp Usage
public static final AccCertificateProp SubjectCommonName
public static final AccCertificateProp SubjectOrg
public static final AccCertificateProp SubjectOrgUnit
public static final AccCertificateProp SubjectDomainComponent
public static final AccCertificateProp SubjectEmailAddress
public static final AccCertificateProp IssuerCommonName
public static final AccCertificateProp IssuerOrg
public static final AccCertificateProp IssuerOrgUnit
public static final AccCertificateProp IssuerDomainComponent
public static final AccCertificateProp Trusted
| Method Detail |
|---|
public static final AccCertificateProp[] values()
for(AccCertificateProp c : AccCertificateProp.values())
System.out.println(c);
public static AccCertificateProp valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic final int value()
value in interface AccEnumpublic final boolean equals(int i)
public final AccCertificateProp or(AccCertificateProp val)
public static AccCertificateProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||