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.Type
OtherInfo.EXTENDED
(package private) static OtherInfo.Type
OtherInfo.Type.EXTENDED
static OtherInfo.Type
OtherInfo.FAIL
(package private) static OtherInfo.Type
OtherInfo.Type.FAIL
static OtherInfo.Type
OtherInfo.PEND
(package private) static OtherInfo.Type
OtherInfo.Type.PEND
private OtherInfo.Type
OtherInfo.type
Methods in org.mozilla.jss.pkix.cmc that return OtherInfo.TypeModifier and TypeMethodDescriptionOtherInfo.getType()
Returns the type of OtherInfo:FAIL
PEND
EXTENDED
Constructors 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.