blob: ddc8944e5f4f56373e4536909e005cf7aee3197e [file] [log] [blame]
Lev Walkinbf979152017-09-07 23:36:11 -07001ModuleValueWithComponents { iso org(3) dod(6) internet(1) private(4)
2 enterprise(1) spelio(9363) software(1) asn1c(5) test(1) 150 }
3DEFINITIONS ::=
4BEGIN
5
6EntityType ::= BIT STRING {
7 app(0),
8 enrol(1)
9} (SIZE(8))
10
11GroupPermissions ::= SEQUENCE {
12 minChainDepth INTEGER DEFAULT 1,
13 eeType EntityType DEFAULT {app}
14}
15
16EnrolPermissions ::= GroupPermissions (WITH COMPONENTS { minChainDepth (2), eeType ({enrol}) })
17
18END