public class SCVPReqRes extends ASN1Object
SCVPReqRes ::= SEQUENCE {
request [0] EXPLICIT ContentInfo OPTIONAL,
response ContentInfo }
| Modifier and Type | Field and Description |
|---|---|
private ContentInfo |
request |
private ContentInfo |
response |
| Modifier | Constructor and Description |
|---|---|
private |
SCVPReqRes(ASN1Sequence seq) |
|
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, toASN1Objectprivate final ContentInfo request
private final ContentInfo response
private SCVPReqRes(ASN1Sequence seq)
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()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object