Uses of Class
com.netscape.certsrv.profile.ProfileParameter
-
Packages that use ProfileParameter Package Description com.netscape.certsrv.profile -
-
Uses of ProfileParameter in com.netscape.certsrv.profile
Methods in com.netscape.certsrv.profile that return ProfileParameter Modifier and Type Method Description static ProfileParameterProfileParameter. fromDOM(org.w3c.dom.Element profileParameterElement)static ProfileParameterProfileParameter. fromXML(java.lang.String xml)Methods in com.netscape.certsrv.profile that return types with arguments of type ProfileParameter Modifier and Type Method Description java.util.List<ProfileParameter>PolicyDefault. getParams()Methods in com.netscape.certsrv.profile with parameters of type ProfileParameter Modifier and Type Method Description voidPolicyDefault. addParameter(ProfileParameter param)Method parameters in com.netscape.certsrv.profile with type arguments of type ProfileParameter Modifier and Type Method Description voidPolicyDefault. setParams(java.util.List<ProfileParameter> params)
-