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 3512785 commit 223afeaCopy full SHA for 223afea
util/src/main/java/org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2.java
@@ -259,7 +259,8 @@ public Element result(SwitchIndexer indexer)
259
* EndEntityType ::= BIT STRING {app (0), enrol (1) } (SIZE (8))
260
*/
261
public static final OERDefinition.Builder EndEntityType =
262
- OERDefinition.bitString(8).defaultValue(new DERBitString(new byte[]{0}, 0))
+ OERDefinition.bitString(8)
263
+ .defaultValue(new DERBitString(org.bouncycastle.oer.its.ieee1609dot2.EndEntityType.app))
264
.typeName("EndEntityType");
265
266
/**
0 commit comments