Uses of Interface
com.netscape.certsrv.profile.IProfileOutput
-
Packages that use IProfileOutput Package Description com.netscape.certsrv.profile com.netscape.cms.profile.common com.netscape.cms.profile.output com.netscape.cms.servlet.profile -
-
Uses of IProfileOutput in com.netscape.certsrv.profile
Methods in com.netscape.certsrv.profile that return IProfileOutput Modifier and Type Method 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.Constructors in com.netscape.certsrv.profile with parameters of type IProfileOutput Constructor Description ProfileOutput(IProfileOutput output, java.lang.String id, java.lang.String classId, java.util.Locale locale)
-
Uses of IProfileOutput in com.netscape.cms.profile.common
Fields in com.netscape.cms.profile.common with type parameters of type IProfileOutput Modifier and Type Field Description protected java.util.Hashtable<java.lang.String,IProfileOutput>
BasicProfile. mOutputs
Methods in com.netscape.cms.profile.common that return IProfileOutput Modifier and Type Method 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)
-
Uses of IProfileOutput in com.netscape.cms.profile.output
Classes in com.netscape.cms.profile.output that implement IProfileOutput 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
PKCS7Output
This class implements the output plugin that outputs PKCS7 for the issued certificate. -
Uses of IProfileOutput in com.netscape.cms.servlet.profile
Methods in com.netscape.cms.servlet.profile with parameters of type IProfileOutput Modifier and Type Method Description static ProfileOutput
ProfileOutputFactory. create(IProfileOutput output, IRequest request, java.util.Locale locale)
-