public class SCVPReqRes extends ASN1Object
Constructor and Description |
---|
SCVPReqRes(ContentInfo response) |
SCVPReqRes(ContentInfo request,
ContentInfo response) |
Modifier and Type | Method and Description |
---|---|
static SCVPReqRes |
getInstance(java.lang.Object obj) |
ContentInfo |
getRequest() |
ContentInfo |
getResponse() |
ASN1Primitive |
toASN1Primitive()
SCVPReqRes ::= SEQUENCE {
request [0] EXPLICIT ContentInfo OPTIONAL,
response ContentInfo }
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public SCVPReqRes(ContentInfo response)
public SCVPReqRes(ContentInfo request, ContentInfo response)
public static SCVPReqRes getInstance(java.lang.Object obj)
public ContentInfo getRequest()
public ContentInfo getResponse()
public ASN1Primitive toASN1Primitive()
SCVPReqRes ::= SEQUENCE { request [0] EXPLICIT ContentInfo OPTIONAL, response ContentInfo }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object