org.bouncycastle.asn1.cmc
Class TaggedCertificationRequest
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmc.TaggedCertificationRequest
- All Implemented Interfaces:
- org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable
- public class TaggedCertificationRequest
- extends org.bouncycastle.asn1.ASN1Object
TaggedCertificationRequest ::= SEQUENCE {
bodyPartID BodyPartID,
certificationRequest CertificationRequest
}
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TaggedCertificationRequest
public TaggedCertificationRequest(BodyPartID bodyPartID,
CertificationRequest certificationRequest)
getInstance
public static TaggedCertificationRequest getInstance(java.lang.Object o)
getInstance
public static TaggedCertificationRequest getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit)
getBodyPartID
public BodyPartID getBodyPartID()
getCertificationRequest
public CertificationRequest getCertificationRequest()
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()