public class InnerAtResponse
extends org.bouncycastle.asn1.ASN1Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InnerAtResponse.Builder |
| Constructor and Description |
|---|
InnerAtResponse(org.bouncycastle.asn1.ASN1OctetString requestHash,
AuthorizationResponseCode responseCode,
EtsiTs103097Certificate certificate) |
| Modifier and Type | Method and Description |
|---|---|
static InnerAtResponse.Builder |
builder() |
EtsiTs103097Certificate |
getCertificate() |
static InnerAtResponse |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.ASN1OctetString |
getRequestHash() |
AuthorizationResponseCode |
getResponseCode() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public InnerAtResponse(org.bouncycastle.asn1.ASN1OctetString requestHash,
AuthorizationResponseCode responseCode,
EtsiTs103097Certificate certificate)
public static InnerAtResponse getInstance(java.lang.Object o)
public org.bouncycastle.asn1.ASN1OctetString getRequestHash()
public AuthorizationResponseCode getResponseCode()
public EtsiTs103097Certificate getCertificate()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Objectpublic static InnerAtResponse.Builder builder()