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, com.netscape.certsrv.common.NameValuePairs nvps)
Creates a output policy.ProfileOutput
Profile. createProfileOutput(java.lang.String id, java.lang.String outputId, com.netscape.certsrv.common.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
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. -
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 com.netscape.certsrv.profile.ProfileOutput
ProfileOutputFactory. create(ProfileOutput output, com.netscape.certsrv.request.IRequest request, java.util.Locale locale)
-