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.TypeTaggedRequest.CRMF(package private) static TaggedRequest.TypeTaggedRequest.Type.CRMFstatic TaggedRequest.TypeTaggedRequest.OTHER(package private) static TaggedRequest.TypeTaggedRequest.Type.OTHERstatic TaggedRequest.TypeTaggedRequest.PKCS10(package private) static TaggedRequest.TypeTaggedRequest.Type.PKCS10private TaggedRequest.TypeTaggedRequest.typeMethods in org.mozilla.jss.pkix.cmc that return TaggedRequest.TypeModifier and TypeMethodDescriptionTaggedRequest.getType()Returns the type of TaggedRequest:PKCS10CRMFOTHERConstructors 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.