Uses of Class
org.mozilla.jss.pkix.cmc.TaggedRequest.Type
Packages that use TaggedRequest.Type
-
Uses of TaggedRequest.Type in org.mozilla.jss.pkix.cmc
Fields in org.mozilla.jss.pkix.cmc declared as TaggedRequest.TypeModifier and TypeFieldDescriptionstatic TaggedRequest.Type
TaggedRequest.CRMF
(package private) static TaggedRequest.Type
TaggedRequest.Type.CRMF
static TaggedRequest.Type
TaggedRequest.OTHER
(package private) static TaggedRequest.Type
TaggedRequest.Type.OTHER
static TaggedRequest.Type
TaggedRequest.PKCS10
(package private) static TaggedRequest.Type
TaggedRequest.Type.PKCS10
private TaggedRequest.Type
TaggedRequest.type
Methods in org.mozilla.jss.pkix.cmc that return TaggedRequest.TypeModifier and TypeMethodDescriptionTaggedRequest.getType()
Returns the type of TaggedRequest:PKCS10
CRMF
OTHER
Constructors in org.mozilla.jss.pkix.cmc with parameters of type TaggedRequest.TypeModifierConstructorDescriptionTaggedRequest
(TaggedRequest.Type type, TaggedCertificationRequest tcr, CertReqMsg crm) Constructs a TaggedRequest from its components.TaggedRequest
(TaggedRequest.Type type, TaggedCertificationRequest tcr, CertReqMsg crm, OtherReqMsg orm) Constructs a TaggedRequest from its components.