Package org.bouncycastle.asn1.cmc
Class TaggedRequest
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmc.TaggedRequest
- All Implemented Interfaces:
ASN1Choice,ASN1Encodable,Encodable
TaggedRequest ::= CHOICE {
tcr [0] TaggedCertificationRequest,
crm [1] CertReqMsg,
orm [2] SEQUENCE {
bodyPartID BodyPartID,
requestMessageType OBJECT IDENTIFIER,
requestMessageValue ANY DEFINED BY requestMessageType
}
}
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TaggedRequestgetInstance(Object obj) intgetTagNo()getValue()Method providing a primitive representation of this object suitable for encoding.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Field Details
-
TCR
public static final int TCR- See Also:
-
CRM
public static final int CRM- See Also:
-
ORM
public static final int ORM- See Also:
-
-
Constructor Details
-
TaggedRequest
-
TaggedRequest
-
-
Method Details
-
getInstance
-
getTagNo
public int getTagNo() -
getValue
-
toASN1Primitive
Description copied from class:ASN1ObjectMethod providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-