Class InnerAtRequest
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.etsi102941.InnerAtRequest
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class InnerAtRequest
extends org.bouncycastle.asn1.ASN1Object
InnerAtRequest ::= SEQUENCE {
publicKeys PublicKeys,
hmacKey OCTET STRING (SIZE(32)),
sharedAtRequest SharedAtRequest,
ecSignature EcSignature,
...
}
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionInnerAtRequest
(PublicKeys publicKeys, org.bouncycastle.asn1.ASN1OctetString hmacKey, SharedAtRequest sharedAtRequest, EcSignature ecSignature) -
Method Summary
Modifier and TypeMethodDescriptionstatic InnerAtRequest.Builder
builder()
org.bouncycastle.asn1.ASN1OctetString
static InnerAtRequest
org.bouncycastle.asn1.ASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
Method Details
-
getInstance
-
getPublicKeys
-
getHmacKey
public org.bouncycastle.asn1.ASN1OctetString getHmacKey() -
getEcSignature
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
builder
-