public class TaggedCertificationRequest extends ASN1Object
TaggedCertificationRequest ::= SEQUENCE {
bodyPartID BodyPartID,
certificationRequest CertificationRequest
}
| Constructor and Description |
|---|
TaggedCertificationRequest(BodyPartID bodyPartID,
CertificationRequest certificationRequest) |
| Modifier and Type | Method and Description |
|---|---|
BodyPartID |
getBodyPartID() |
CertificationRequest |
getCertificationRequest() |
static TaggedCertificationRequest |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static TaggedCertificationRequest |
getInstance(java.lang.Object o) |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCodepublic TaggedCertificationRequest(BodyPartID bodyPartID, CertificationRequest certificationRequest)
public static TaggedCertificationRequest getInstance(java.lang.Object o)
public static TaggedCertificationRequest getInstance(ASN1TaggedObject obj, boolean explicit)
public BodyPartID getBodyPartID()
public CertificationRequest getCertificationRequest()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object