aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_bin_SUITE_data/x420/GenericProtectingTransferSyntax.asn
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-03-11 09:19:58 +0000
committerErlang/OTP <[email protected]>2010-03-11 09:19:58 +0000
commita3202b05d648732b7d2afe3ad952782e5376a18d (patch)
treea9607987555b3ab1217f38fa06e6ce0d1bd57282 /lib/asn1/test/asn1_bin_SUITE_data/x420/GenericProtectingTransferSyntax.asn
parent356c33b6063de632f9c98c66260603e6edbc3ee5 (diff)
downloadotp-a3202b05d648732b7d2afe3ad952782e5376a18d.tar.gz
otp-a3202b05d648732b7d2afe3ad952782e5376a18d.tar.bz2
otp-a3202b05d648732b7d2afe3ad952782e5376a18d.zip
OTP-8516 asn1: clean up test suite
Diffstat (limited to 'lib/asn1/test/asn1_bin_SUITE_data/x420/GenericProtectingTransferSyntax.asn')
-rw-r--r--lib/asn1/test/asn1_bin_SUITE_data/x420/GenericProtectingTransferSyntax.asn66
1 files changed, 0 insertions, 66 deletions
diff --git a/lib/asn1/test/asn1_bin_SUITE_data/x420/GenericProtectingTransferSyntax.asn b/lib/asn1/test/asn1_bin_SUITE_data/x420/GenericProtectingTransferSyntax.asn
deleted file mode 100644
index c59451dcdb..0000000000
--- a/lib/asn1/test/asn1_bin_SUITE_data/x420/GenericProtectingTransferSyntax.asn
+++ /dev/null
@@ -1,66 +0,0 @@
--- Module GenericProtectingTransferSyntax (X.833:04/1995)
-
-GenericProtectingTransferSyntax {joint-iso-itu-t genericULS(20) modules(1)
- genericProtectingTransferSyntax(7)} DEFINITIONS AUTOMATIC TAGS ::=
-BEGIN
-
-EXPORTS SyntaxStructure{};
-
-IMPORTS
- notation
- FROM ObjectIdentifiers {joint-iso-itu-t genericULS(20) modules(1)
- objectIdentifiers(0)}
- SECURITY-TRANSFORMATION, ExternalSAID
- FROM Notation notation;
-
-SyntaxStructure{SECURITY-TRANSFORMATION:ValidSTs} ::= CHOICE {
- firstPdvExplicit FirstPdvExplicit{{ValidSTs}},
- -- To be used on the first PDV of a protecting presentation
- -- context, or a protected PDV sent outside a presentation
- -- context, in the case of a presentation-context-bound or
- -- single-item-bound security association.
- firstPdvExternal FirstPdvExternal{{ValidSTs}},
- -- To be used on the first PDV of a protecting presentation
- -- context, or a protected PDV sent outside a presentation
- -- context, in the case of an externally established
- -- security association.
- subsequentPdv SubsequentPdv{{ValidSTs}}
- -- To be used on a subsequent PDV in a protecting
- -- presentation context.
-}
-
-FirstPdvExplicit{SECURITY-TRANSFORMATION:ValidSTs} ::= SEQUENCE {
- transformationId SECURITY-TRANSFORMATION.&sT-Identifier({ValidSTs}),
- staticUnprotParm
- SECURITY-TRANSFORMATION.&StaticUnprotectedParm
- ({ValidSTs}{@transformationId}) OPTIONAL,
- dynamicUnprotParm
- SECURITY-TRANSFORMATION.&DynamicUnprotectedParm
- ({ValidSTs}{@transformationId}) OPTIONAL,
- xformedData
- SECURITY-TRANSFORMATION.&XformedDataType({ValidSTs}{@transformationId})
-}
-
-FirstPdvExternal{SECURITY-TRANSFORMATION:ValidSTs} ::= SEQUENCE {
- externalSAID ExternalSAID,
- dynamicUnprotParm
- SECURITY-TRANSFORMATION.&DynamicUnprotectedParm({ValidSTs}) OPTIONAL,
- -- Actual member of ValidSTs is as implied
- -- by externalSAID
- xformedData SECURITY-TRANSFORMATION.&XformedDataType({ValidSTs})
- -- Actual member of ValidSTs is as implied
- -- by externalSAID
-}
-
-SubsequentPdv{SECURITY-TRANSFORMATION:ValidSTs} ::= SEQUENCE {
- dynamicUnprotParm
- SECURITY-TRANSFORMATION.&DynamicUnprotectedParm({ValidSTs}) OPTIONAL,
- xformedData SECURITY-TRANSFORMATION.&XformedDataType({ValidSTs})
- -- Actual member of ValidSTs is implied
- -- by presentation context
-}
-
-END
-
--- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
-