blob: 9b6a426ca2d07d5732ed66bfe45c82111a788298 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
-- Module GULSProtectionMappings (X.830:04/1995)
GULSProtectionMappings {joint-iso-itu-t genericULS(20) modules(1)
gulsProtectionMappings(5)} DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- These protection mappings are more versatile that the
-- preceding protection mappings which were specifically designed
-- to generate identical bit-encodings as the Directory
-- Authentication Framework parameterized types.
-- EXPORTS All
IMPORTS
notation, gulsSecurityTransformations
FROM ObjectIdentifiers {joint-iso-itu-t genericULS(20) modules(1)
objectIdentifiers(0)}
PROTECTION-MAPPING
FROM Notation notation
dirEncryptedTransformation, gulsSignedTransformation{},
gulsSignatureTransformation, symmetricKeyInformation,
asymmetricKeyInformation
FROM GulsSecurityTransformations gulsSecurityTransformations;
-- **********************************
-- confidentiality Protection Mapping
-- **********************************
-- This protection mapping enables the notation
-- PROTECTED {BaseType, confidentiality}
-- to map to either dirEncryptedTransformation or to no transformation
-- at the choice of the encoding system, dependent upon local security
-- policy and other local environment considerations.
-- Security Service: confidentiality
confidentiality PROTECTION-MAPPING ::= {
SECURITY-TRANSFORMATION {dirEncryptedTransformation}
BYPASS-PERMITTED TRUE
}
-- ******************************
-- GULS signed Protection Mapping
-- ******************************
-- This protection mapping causes the notation
-- PROTECTED {BaseType, signed}
-- to map to the gulsSignedTransformation.
-- Security Service: data origin authentication, data integrity and
-- (in certain situations) non-repudiation.
signed PROTECTION-MAPPING ::= {
SECURITY-TRANSFORMATION
{gulsSignedTransformation
{{symmetricKeyInformation | asymmetricKeyInformation}}}
}
-- *********************************
-- GULS signature Protection Mapping
-- *********************************
-- This protection mapping causes the notation
-- PROTECTED {BaseType, signature}
-- to map to the gulsSignatureTransformation.
-- Security Service: data origin authentication, data integrity and
-- (in certain situations) non-repudiation.
signature PROTECTION-MAPPING ::= {
SECURITY-TRANSFORMATION
{gulsSignatureTransformation
{{symmetricKeyInformation | asymmetricKeyInformation}}}
}
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
-- content of stack:
--
|