You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.




Package org.mozilla.jss.pkix.cmc

Creating and interpeting CMC blobs.

See:
          Description

Class Summary
CMCCertId CMC CMCCertId.
CMCCertId.Template A Template for decoding a CMCCertId.
CMCStatusInfo CMC CMCStatusInfo: CMCStatusInfo ::= SEQUENCE { cMCStatus CMCStatus, bodyList SEQUENCE SIZE (1..MAX) OF BodyPartID, statusString UTF8String OPTIONAL, otherInfo CHOICE { failInfo CMCFailInfo, pendInfo PendInfo } OPTIONAL } PendInfo ::= SEQUENCE { pendToken OCTET STRING, pendTime GeneralizedTime }
CMCStatusInfo.Template  
GetCert CMC GetCert.
GetCert.Template A Template for decoding a GetCert.
LraPopWitness CMC LraPopWitness: LraPopWitness::= SEQUENCE { pkiDataBodyid BodyPartID bodyids SEQUENCE SIZE (1..MAX) OF BodyPartID, }
LraPopWitness.Template  
OtherInfo CMCStatusInfo OtherInfo: OtherInfo ::= CHOICE { failInfo INTEGER, pendInfo PendInfo }
OtherInfo.Template A Template for decoding a OtherInfo.
OtherInfo.Type The type of OtherInfo.
OtherMsg CMC OtherMsg.
OtherMsg.Template A Template for decoding a OtherMsg.
PendInfo CMC PendInfo: PendInfo ::= SEQUENCE { pendToken OCTET STRING, pendTime GeneralizedTime }
PendInfo.Template A template for decoding an PendInfo from its BER encoding.
PKIData A PKIData for CMC full enrollment request.
PKIData.Template A template for decoding an PKIData from its BER encoding.
ResponseBody A ResponseBody for CMC full enrollment request.
ResponseBody.Template A template for decoding an ResponseBody from its BER encoding.
TaggedAttribute A tagged attribute, which has the following ASN.1 definition : TaggedAttribute ::= SEQUENCE { bodyPartID BodyPartId, attrType OBJECT IDENTIFIER, attrValues SET OF AttributeValue bodyIdMax INTEGER ::= 4294967295 BodyPartID ::= INTEGER(0..bodyIdMax)
TaggedAttribute.Template A Template for decoding an Attribute.
TaggedCertificationRequest CMC TaggedCertificationRequest: TaggedCertificationRequest ::= SEQUENCE { bodyPartID BodyPartID, certificationRequest CertificationRequest } bodyIdMax INTEGER ::= 4294967295 BodyPartID ::= INTEGER(0..bodyIdMax)
TaggedCertificationRequest.Template A template for decoding an TaggedCertificationRequest from its BER encoding.
TaggedContentInfo CMC TaggedContentInfo.
TaggedContentInfo.Template A Template for decoding a TaggedContentInfo.
TaggedRequest CMC TaggedRequest: TaggedRequest ::= CHOICE { tcr [0] TaggedCertificationRequest, crm [1] CertReqMsg }
TaggedRequest.Template A Template for decoding a ProofOfPossession.
TaggedRequest.Type The type of TaggedRequest.
 

Package org.mozilla.jss.pkix.cmc Description

Creating and interpeting CMC blobs.