We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837b402 commit 0d767fbCopy full SHA for 0d767fb
util/src/main/java/org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesAuthorization.java
@@ -130,7 +130,7 @@ public class EtsiTs102941TypesAuthorization
130
EtsiTs102941BaseTypes.PublicKeys.label("publicKeys"),
131
OERDefinition.octets(32).label("hmacKey"),
132
SharedAtRequest.label("sharedAtRequest"),
133
- EtsiTs102941BaseTypes.EcSignature.label("ecSignature")
+ EtsiTs102941BaseTypes.EcSignature.label("ecSignature"),
134
OERDefinition.extension()
135
).typeName("InnerAtRequest");
136
0 commit comments