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

Update asn1_syntax.asn1 after SCP TEC #81

parent 62322618
Loading
Loading
Loading
Loading
+68 −66
Original line number Diff line number Diff line
@@ -35,8 +35,9 @@ TerminalCapability ::= SEQUENCE
SSPClass ::= ENUMERATED
{
	eSSPClass-Integrated (0),  -- iSSP
	eSSPClass-Embedded (1),  -- eSSP
	eSSPClass-Removable (2)  -- rSSP
	eSSPClass-Embedded-Type1 (1),  -- eSSP Type 1
	eSSPClass-Embedded-Type2 (2),  -- eSSP Type 2
	eSSPClass-Removable (3)  -- rSSP
}

/* Capabilities of the SSP */
@@ -606,7 +607,7 @@ AAS-OP-AUTHENTICATE-ACCESSOR-Service-Command ::= [PRIVATE 22] SEQUENCE
		aPinNumericCredential [10] NumericString,  -- Numeric PIN
		aPinPasswordCredential [11] PrintableString,  -- Password
		aPinPatternCredential [12] PrintableString,  -- Graphical pattern
		aAccessorToken [20] Token,
		aAccessorTokenCertificationPath [20] Certificates,
		aHostDomainCredential [30] NULL
	}
}
@@ -615,7 +616,7 @@ AAS-OP-AUTHENTICATE-ACCESSOR-Service-Command ::= [PRIVATE 22] SEQUENCE
AAS-OP-AUTHENTICATE-ACCESSOR-Service-Response-Parameter ::= SEQUENCE
{
	aCredentialsStatus AccessorCredentialsStatus OPTIONAL,  -- Status of credentials after the command
	aToken Token OPTIONAL  -- Token generated by the accessor authentication service
	aServiceTokenCertificationPath Certificates OPTIONAL  -- Certification path of  the token generated by the accessor authentication service
}

AAS-OP-AUTHENTICATE-ACCESSOR-Service-Response ::= [PRIVATE 22] SEQUENCE
@@ -657,7 +658,7 @@ AAS-OP-GET-CHALLENGE-Service-Response-Parameter ::= SEQUENCE

AAS-OP-GET-CHALLENGE-Service-Response ::= [PRIVATE 21] SEQUENCE
{
 	aAS-Service-Response AAS-Service-Response DEFAULT eAAS-OK, 
 	aAAS-Service-Response AAS-Service-Response DEFAULT eAAS-OK,
	aParameter AAS-OP-GET-CHALLENGE-Service-Response-Parameter OPTIONAL
}

@@ -1158,3 +1159,4 @@ AAS-Service-Response ::= ENUMERATED


END