public class SCVPReqRes
extends org.bouncycastle.asn1.ASN1Object
SCVPReqRes ::= SEQUENCE {
request [0] EXPLICIT ContentInfo OPTIONAL,
response ContentInfo }
| Constructor and Description |
|---|
SCVPReqRes(ContentInfo response) |
SCVPReqRes(ContentInfo request,
ContentInfo response) |
| Modifier and Type | Method and Description |
|---|---|
static SCVPReqRes |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject taggedObject,
boolean declaredExplicit) |
static SCVPReqRes |
getInstance(java.lang.Object obj)
Return a SCVPReqRes object from the given object.
|
ContentInfo |
getRequest() |
ContentInfo |
getResponse() |
static SCVPReqRes |
getTagged(org.bouncycastle.asn1.ASN1TaggedObject taggedObject,
boolean declaredExplicit) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public SCVPReqRes(ContentInfo response)
public SCVPReqRes(ContentInfo request, ContentInfo response)
public static SCVPReqRes getInstance(java.lang.Object obj)
Accepted inputs:
SCVPReqRes object
ASN1Sequence input formats with SCVPReqRes structure inside
obj - the object we want converted.java.lang.IllegalArgumentException - if the object cannot be converted.public static SCVPReqRes getInstance(org.bouncycastle.asn1.ASN1TaggedObject taggedObject, boolean declaredExplicit)
public static SCVPReqRes getTagged(org.bouncycastle.asn1.ASN1TaggedObject taggedObject, boolean declaredExplicit)
public ContentInfo getRequest()
public ContentInfo getResponse()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object