Loading asn1/asn1_syntax.asn1 +5 −4 Original line number Diff line number Diff line Loading @@ -22,7 +22,9 @@ IMPORTS UniqueIdentifier, Validity, Version FROM PKIX1Explicit88; FROM PKIX1Explicit88 ECDSA-Sig-Value FROM PKIX1Algorithms88; /* Basic types */ maxUInt32 INTEGER ::= 4294967295 Loading Loading @@ -486,10 +488,10 @@ AccessorCredentials ::= [PRIVATE 13] SEQUENCE -- Credentials of type PIN aPinNumericCredential [0] NumericString (SIZE(4..255)) OPTIONAL, -- Numeric PIN aPinPasswordCredential [1] PrintableString (SIZE(4..255)) OPTIONAL, -- Password aPinPatternCredential [2] SEQUENCE OF PatternPoint (SIZE(4..255)) OPTIONAL, -- Graphical pattern aPinPatternCredential [2] SEQUENCE (SIZE(4..255)) OF PatternPoint OPTIONAL, -- Graphical pattern -- Credentials for the token based verification aCertificates [10] Certificates (SIZE(1..MAX)), -- Set of X.509 certificates of the accessor aCertificates [10] Certificates (SIZE(1..MAX)) OPTIONAL, -- Set of X.509 certificates of the accessor -- Credentials of type host domain aHostDomainCredential [20] SET OF UUID -- Set of SCL host domains Loading Loading @@ -602,7 +604,6 @@ AAS-OP-GET-CAPABILITIES-Service-Response ::= [PRIVATE 16] SEQUENCE AAS-ADMIN-CREATE-ACCESSOR-Service-Command ::= [PRIVATE 17] SEQUENCE { aAccessor Accessor, -- Accessor to be created aAccessorConditions AccessorConditions, -- Conditions aCredential AccessorCredentials, -- Credentials for the accessor aCredentialsPolicy AccessorCredentialsPolicy OPTIONAL, -- Policy for the provided accessors aCredentialsStatus AccessorCredentialsStatus OPTIONAL -- Status of credentials Loading Loading
asn1/asn1_syntax.asn1 +5 −4 Original line number Diff line number Diff line Loading @@ -22,7 +22,9 @@ IMPORTS UniqueIdentifier, Validity, Version FROM PKIX1Explicit88; FROM PKIX1Explicit88 ECDSA-Sig-Value FROM PKIX1Algorithms88; /* Basic types */ maxUInt32 INTEGER ::= 4294967295 Loading Loading @@ -486,10 +488,10 @@ AccessorCredentials ::= [PRIVATE 13] SEQUENCE -- Credentials of type PIN aPinNumericCredential [0] NumericString (SIZE(4..255)) OPTIONAL, -- Numeric PIN aPinPasswordCredential [1] PrintableString (SIZE(4..255)) OPTIONAL, -- Password aPinPatternCredential [2] SEQUENCE OF PatternPoint (SIZE(4..255)) OPTIONAL, -- Graphical pattern aPinPatternCredential [2] SEQUENCE (SIZE(4..255)) OF PatternPoint OPTIONAL, -- Graphical pattern -- Credentials for the token based verification aCertificates [10] Certificates (SIZE(1..MAX)), -- Set of X.509 certificates of the accessor aCertificates [10] Certificates (SIZE(1..MAX)) OPTIONAL, -- Set of X.509 certificates of the accessor -- Credentials of type host domain aHostDomainCredential [20] SET OF UUID -- Set of SCL host domains Loading Loading @@ -602,7 +604,6 @@ AAS-OP-GET-CAPABILITIES-Service-Response ::= [PRIVATE 16] SEQUENCE AAS-ADMIN-CREATE-ACCESSOR-Service-Command ::= [PRIVATE 17] SEQUENCE { aAccessor Accessor, -- Accessor to be created aAccessorConditions AccessorConditions, -- Conditions aCredential AccessorCredentials, -- Credentials for the accessor aCredentialsPolicy AccessorCredentialsPolicy OPTIONAL, -- Policy for the provided accessors aCredentialsStatus AccessorCredentialsStatus OPTIONAL -- Status of credentials Loading