public class InnerAtRequest
extends org.bouncycastle.asn1.ASN1Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InnerAtRequest.Builder |
| Constructor and Description |
|---|
InnerAtRequest(PublicKeys publicKeys,
org.bouncycastle.asn1.ASN1OctetString hmacKey,
SharedAtRequest sharedAtRequest,
EcSignature ecSignature) |
| Modifier and Type | Method and Description |
|---|---|
static InnerAtRequest.Builder |
builder() |
EcSignature |
getEcSignature() |
org.bouncycastle.asn1.ASN1OctetString |
getHmacKey() |
static InnerAtRequest |
getInstance(java.lang.Object o) |
PublicKeys |
getPublicKeys() |
SharedAtRequest |
getSharedAtRequest() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public InnerAtRequest(PublicKeys publicKeys, org.bouncycastle.asn1.ASN1OctetString hmacKey, SharedAtRequest sharedAtRequest, EcSignature ecSignature)
public static InnerAtRequest getInstance(java.lang.Object o)
public PublicKeys getPublicKeys()
public org.bouncycastle.asn1.ASN1OctetString getHmacKey()
public SharedAtRequest getSharedAtRequest()
public EcSignature getEcSignature()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Objectpublic static InnerAtRequest.Builder builder()