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