public class RevocationConfigItem
extends java.lang.Object
UserRevocationInfo object.UserRevocationInfo| Modifier and Type | Field and Description |
|---|---|
static int |
CRL
Revocation type is CRL from
CollectionRS |
static int |
OCSP
Revocation type is OCSP from
OCSPRevocationChecker |
static int |
OCSPGROUP
Revocation type is OCSPGROUP from
MultiOCSPLocalRevocationChecker |
| Constructor and Description |
|---|
RevocationConfigItem(int type,
java.lang.Object value)
The public constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Used to check whether the data contained in the given RevocationConfigItem
is identical to this class.
|
int |
getType()
Return the type of Data
|
java.lang.Object |
getValue()
Returns the value of the data.
|
int |
hashCode()
Returns a hash code value for the object.
|
public static final int CRL
CollectionRSpublic static final int OCSP
OCSPRevocationCheckerpublic static final int OCSPGROUP
MultiOCSPLocalRevocationCheckerpublic RevocationConfigItem(int type,
java.lang.Object value)
type - the type of revocation checkingvalue - the configuration information for this typepublic int getType()
public java.lang.Object getValue()
OCSPConfiguration.
If it is of type OCSPGROUP, it should be an array of OCSPConfiguration.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()