public static class PKIPubInfoRegControl.Method
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static PKIPubInfoRegControl.Method |
DONT_CARE
Receiver may publish the certificate using any means.
|
static PKIPubInfoRegControl.Method |
LDAP
Receiver is to use the ldap publication method.
|
static PKIPubInfoRegControl.Method |
WEB
Receiver is to use the web publication method.
|
static PKIPubInfoRegControl.Method |
X500
Receiver is to use the x500 publication method.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getValue()
Returns the integer value of the publication method.
|
int |
hashCode() |
public static final PKIPubInfoRegControl.Method DONT_CARE
public static final PKIPubInfoRegControl.Method X500
public static final PKIPubInfoRegControl.Method WEB
public static final PKIPubInfoRegControl.Method LDAP