public class SCVPReqRes
extends ASN1Object
SCVPReqRes ::= SEQUENCE { request [0] EXPLICIT ContentInfo OPTIONAL, response ContentInfo }
| Constructor and Description |
|---|
SCVPReqRes(ContentInfo request,
ContentInfo response) |
| Modifier and Type | Method and Description |
|---|---|
static SCVPReqRes |
getInstance(java.lang.Object obj)
Return a SCVPReqRes object from the given object.
|
ContentInfo |
getRequest() |
ContentInfo |
getResponse() |
ASN1Primitive |
toASN1Primitive() |
public SCVPReqRes(ContentInfo request, ContentInfo response)
public static SCVPReqRes getInstance(java.lang.Object obj)
Accepted inputs:
null → null
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 ContentInfo getRequest()
public ContentInfo getResponse()
public ASN1Primitive toASN1Primitive()