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 IProfileOutputIProfile. createProfileOutput(java.lang.String id, java.lang.String outputClassId, NameValuePairs nvp)Creates a output policy.IProfileOutputIProfile. 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. mOutputsMethods in com.netscape.cms.profile.common that return IProfileOutput Modifier and Type Method Description IProfileOutputBasicProfile. createProfileOutput(java.lang.String id, java.lang.String outputId, NameValuePairs nvps)IProfileOutputBasicProfile. createProfileOutput(java.lang.String id, java.lang.String outputId, NameValuePairs nvps, boolean createConfig)IProfileOutputBasicProfile. 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 classCertOutputThis class implements the pretty print certificate output that displays the issued certificate in a pretty print format.classCMMFOutputThis class implements the output plugin that outputs CMMF response for the issued certificate.classEnrollOutputThis class implements the basic enrollment output.classnsNKeyOutputThis class implements the output plugin that outputs DER for the issued certificate for token keysclassPKCS7OutputThis 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 ProfileOutputProfileOutputFactory. create(IProfileOutput output, IRequest request, java.util.Locale locale)
-