Commit f68ff21e authored by Michele Berionne's avatar Michele Berionne
Browse files

Update ASN.1 file after SCP #97

CR#015 - SCP(20)000162
CR#017 - SCP(20)000164
parent 664582f9
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -22,7 +22,9 @@ IMPORTS
	UniqueIdentifier,
	Validity,
	Version
		FROM PKIX1Explicit88;
		FROM PKIX1Explicit88
	ECDSA-Sig-Value
		FROM PKIX1Algorithms88;

/* Basic types */
maxUInt32 INTEGER ::= 4294967295
@@ -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
@@ -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