Uses of Class
com.netscape.cms.profile.common.ProfileOutput
-
Packages that use ProfileOutput Package Description com.netscape.cms.profile.common com.netscape.cms.profile.output com.netscape.cms.servlet.profile -
-
Uses of ProfileOutput in com.netscape.cms.profile.common
Fields in com.netscape.cms.profile.common with type parameters of type ProfileOutput Modifier and Type Field Description protected java.util.Hashtable<java.lang.String,ProfileOutput>
Profile. mOutputs
Methods in com.netscape.cms.profile.common that return ProfileOutput Modifier and Type Method 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. -
Uses of ProfileOutput in com.netscape.cms.profile.output
Subclasses of ProfileOutput in com.netscape.cms.profile.output Modifier and Type Class 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 keysclass
PKCS12Output
This class implements the output plugin that outputs PKCS12 response for the issued certificate for Server-side keygen enrollment.class
PKCS7Output
This class implements the output plugin that outputs PKCS7 for the issued certificate. -
Uses of ProfileOutput in com.netscape.cms.servlet.profile
Methods in com.netscape.cms.servlet.profile with parameters of type ProfileOutput Modifier and Type Method Description static ProfileOutput
ProfileOutputFactory. create(ProfileOutput output, IRequest request, java.util.Locale locale)
-