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(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(ASN1TaggedObject taggedObject,
boolean declaredExplicit) |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCodepublic 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(ASN1TaggedObject taggedObject, boolean declaredExplicit)
public static SCVPReqRes getTagged(ASN1TaggedObject taggedObject, boolean declaredExplicit)
public ContentInfo getRequest()
public ContentInfo getResponse()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object