Uses of Class
org.mozilla.jss.pkix.cmc.OtherInfo.Type
Packages that use OtherInfo.Type
-
Uses of OtherInfo.Type in org.mozilla.jss.pkix.cmc
Fields in org.mozilla.jss.pkix.cmc declared as OtherInfo.TypeModifier and TypeFieldDescriptionstatic OtherInfo.TypeOtherInfo.EXTENDED(package private) static OtherInfo.TypeOtherInfo.Type.EXTENDEDstatic OtherInfo.TypeOtherInfo.FAIL(package private) static OtherInfo.TypeOtherInfo.Type.FAILstatic OtherInfo.TypeOtherInfo.PEND(package private) static OtherInfo.TypeOtherInfo.Type.PENDprivate OtherInfo.TypeOtherInfo.typeMethods in org.mozilla.jss.pkix.cmc that return OtherInfo.TypeModifier and TypeMethodDescriptionOtherInfo.getType()Returns the type of OtherInfo:FAILPENDEXTENDEDConstructors in org.mozilla.jss.pkix.cmc with parameters of type OtherInfo.TypeModifierConstructorDescriptionOtherInfo(OtherInfo.Type type, INTEGER failInfo, PendInfo pendInfo) Constructs a OtherInfo from its components.OtherInfo(OtherInfo.Type type, INTEGER failInfo, PendInfo pendInfo, ExtendedFailInfo extendedFailInfo) Constructs a OtherInfo from its components.