Package | Description |
---|---|
com.netscape.certsrv.profile | |
com.netscape.cms.profile.common | |
com.netscape.cms.profile.output | |
com.netscape.cms.servlet.profile |
Modifier and Type | Method and Description |
---|---|
IProfileOutput |
IProfile.createProfileOutput(java.lang.String id,
java.lang.String outputClassId,
NameValuePairs nvp)
Creates a output policy.
|
IProfileOutput |
IProfile.getProfileOutput(java.lang.String id)
Retrieves output policy by id.
|
Constructor and Description |
---|
ProfileOutput(IProfileOutput output,
java.lang.String id,
java.lang.String classId,
java.util.Locale locale) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Hashtable<java.lang.String,IProfileOutput> |
BasicProfile.mOutputs |
Modifier and Type | Method and Description |
---|---|
IProfileOutput |
BasicProfile.createProfileOutput(java.lang.String id,
java.lang.String outputId,
NameValuePairs nvps) |
IProfileOutput |
BasicProfile.createProfileOutput(java.lang.String id,
java.lang.String outputId,
NameValuePairs nvps,
boolean createConfig) |
IProfileOutput |
BasicProfile.getProfileOutput(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
CertOutput
This class implements the pretty print certificate output
that displays the issued certificate in a pretty print format.
|
class |
CMMFOutput
This class implements the output plugin that outputs
CMMF response for the issued certificate.
|
class |
EnrollOutput
This class implements the basic enrollment output.
|
class |
nsNKeyOutput
This class implements the output plugin that outputs
DER for the issued certificate for token keys
|
class |
PKCS7Output
This class implements the output plugin that outputs
PKCS7 for the issued certificate.
|
Modifier and Type | Method and Description |
---|---|
static ProfileOutput |
ProfileOutputFactory.create(IProfileOutput output,
IRequest request,
java.util.Locale locale) |