Uses of Interface
com.netscape.certsrv.profile.IProfileInput

Packages that use IProfileInput
com.netscape.certsrv.profile   
com.netscape.cms.profile.common   
com.netscape.cms.profile.input   
 

Uses of IProfileInput in com.netscape.certsrv.profile
 

Methods in com.netscape.certsrv.profile that return IProfileInput
 IProfileInput IProfile.createProfileInput(java.lang.String id, java.lang.String inputClassId, NameValuePairs nvp)
          Creates a input policy.
 IProfileInput IProfile.getProfileInput(java.lang.String id)
          Retrieves input policy by id.
 

Uses of IProfileInput in com.netscape.cms.profile.common
 

Methods in com.netscape.cms.profile.common that return IProfileInput
 IProfileInput BasicProfile.createProfileInput(java.lang.String id, java.lang.String inputId, NameValuePairs nvps)
           
 IProfileInput BasicProfile.createProfileInput(java.lang.String id, java.lang.String inputId, NameValuePairs nvps, boolean createConfig)
           
 IProfileInput BasicProfile.getProfileInput(java.lang.String name)
           
 

Uses of IProfileInput in com.netscape.cms.profile.input
 

Classes in com.netscape.cms.profile.input that implement IProfileInput
 class CertReqInput
          This class implements the certificate request input.
 class CMCCertReqInput
          This class implements the certificate request input.
 class DualKeyGenInput
          This class implements the dual key generation input.
 class EnrollInput
          This class implements the base enrollment input.
 class FileSigningInput
          This class implements the image input that collects a picture.
 class GenericInput
          This class implements a generic input.
 class ImageInput
          This class implements the image input that collects a picture.
 class KeyGenInput
          This class implements the key generation input that populates parameters to the enrollment page for key generation.
 class nsHKeyCertReqInput
          This class implements the certificate request input from TPS.
 class nsNKeyCertReqInput
          This class implements the certificate request input from TPS.
 class SerialNumRenewInput
          This class implements the serial number input for renewal
 class SubjectDNInput
          This plugin accepts subject DN from end user.
 class SubjectNameInput
          This class implements the subject name input that populates text fields to the enrollment page so that distinguished name parameters can be collected from the user.
 class SubmitterInfoInput
          This class implements the submitter information input that collects certificate requestor's information such as name, email and phone.