public class SCVPReqRes extends 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(java.lang.Object obj)
Return a SCVPReqRes object from the given object.
|
ContentInfo |
getRequest() |
ContentInfo |
getResponse() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
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 ContentInfo getRequest()
public ContentInfo getResponse()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object