aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509sat/SelectedAttributeTypes.asn
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-23 13:11:29 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-23 13:11:29 +0000
commit543c91b20336b099ae9d8a5260aa130d8e911958 (patch)
treeb2c3e012c66f66e511305e224ec4c0d5538453d4 /asn1/x509sat/SelectedAttributeTypes.asn
parente4fdba9e02f58d190ee982aad5ea5832d38a4b99 (diff)
telex and telephone number attributes
svn path=/trunk/; revision=11484
Diffstat (limited to 'asn1/x509sat/SelectedAttributeTypes.asn')
-rw-r--r--asn1/x509sat/SelectedAttributeTypes.asn44
1 files changed, 22 insertions, 22 deletions
diff --git a/asn1/x509sat/SelectedAttributeTypes.asn b/asn1/x509sat/SelectedAttributeTypes.asn
index c47eb45342..9509a8180c 100644
--- a/asn1/x509sat/SelectedAttributeTypes.asn
+++ b/asn1/x509sat/SelectedAttributeTypes.asn
@@ -316,9 +316,9 @@ CriteriaItem ::= CHOICE {
-- SUBSTRINGS MATCHING RULE telephoneNumberSubstringsMatch
-- ID id-at-telephoneNumber
-- }
---
--- TelephoneNumber ::= PrintableString(SIZE (1..ub-telephone-number))
---
+
+TelephoneNumber ::= PrintableString
+
-- String complying with CCITT Rec. E.123 only
-- collectiveTelephoneNumber ATTRIBUTE ::= {
-- SUBTYPE OF telephoneNumber
@@ -330,13 +330,13 @@ CriteriaItem ::= CHOICE {
-- WITH SYNTAX TelexNumber
-- ID id-at-telexNumber
-- }
---
--- TelexNumber ::= SEQUENCE {
--- telexNumber PrintableString(SIZE (1..ub-telex-number)),
--- countryCode PrintableString(SIZE (1..ub-country-code)),
--- answerback PrintableString(SIZE (1..ub-answerback))
--- }
---
+
+TelexNumber ::= SEQUENCE {
+ telexNumber PrintableString,
+ countryCode PrintableString,
+ answerback PrintableString
+}
+
-- collectiveTelexNumber ATTRIBUTE ::= {
-- SUBTYPE OF telexNumber
-- COLLECTIVE TRUE
@@ -1061,21 +1061,21 @@ id-at-collectivePhysicalDeliveryOfficeName OBJECT IDENTIFIER ::= {id-at 19 1}
-- id-at-encryptedCollectivePhysicalDeliveryOfficeName OBJECT IDENTIFIER ::=
-- {id-at 19 1 2}
---
--- id-at-telephoneNumber OBJECT IDENTIFIER ::= {id-at 20}
---
+
+id-at-telephoneNumber OBJECT IDENTIFIER ::= {id-at 20}
+
-- id-at-encryptedTelephoneNumber OBJECT IDENTIFIER ::= {id-at 20 2}
---
--- id-at-collectiveTelephoneNumber OBJECT IDENTIFIER ::= {id-at 20 1}
---
+
+id-at-collectiveTelephoneNumber OBJECT IDENTIFIER ::= {id-at 20 1}
+
-- id-at-encryptedCollectiveTelephoneNumber OBJECT IDENTIFIER ::= {id-at 20 1 2}
---
--- id-at-telexNumber OBJECT IDENTIFIER ::= {id-at 21}
---
+
+id-at-telexNumber OBJECT IDENTIFIER ::= {id-at 21}
+
-- id-at-encryptedTelexNumber OBJECT IDENTIFIER ::= {id-at 21 2}
---
--- id-at-collectiveTelexNumber OBJECT IDENTIFIER ::= {id-at 21 1}
---
+
+id-at-collectiveTelexNumber OBJECT IDENTIFIER ::= {id-at 21 1}
+
-- id-at-encryptedCollectiveTelexNumber OBJECT IDENTIFIER ::= {id-at 21 1 2}
--
-- id-at-teletexTerminalIdentifier OBJECT IDENTIFIER ::= {id-at 22}