Package | Description |
---|---|
com.netscape.cms.profile.common | |
com.netscape.cms.profile.output | |
com.netscape.cms.servlet.profile |
Modifier and Type | Field and Description |
---|---|
protected java.util.Hashtable<java.lang.String,ProfileOutput> |
Profile.mOutputs |
Modifier and Type | Method and Description |
---|---|
ProfileOutput |
Profile.createProfileOutput(java.lang.String id,
java.lang.String outputID,
NameValuePairs nvps)
Creates a output policy.
|
ProfileOutput |
Profile.createProfileOutput(java.lang.String id,
java.lang.String outputId,
NameValuePairs nvps,
boolean createConfig) |
ProfileOutput |
Profile.getProfileOutput(java.lang.String id)
Retrieves output policy by id.
|
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 |
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 |
PKCS12Output
This class implements the output plugin that outputs
PKCS12 response for the issued certificate for Server-side keygen enrollment.
|
Modifier and Type | Method and Description |
---|---|
static ProfileOutput |
ProfileOutputFactory.create(ProfileOutput output,
IRequest request,
java.util.Locale locale) |