Size: px
Start display at page:

Download ""

Transcription

1 Provläsningsexemplar / Preview SVENSK STANDARD SS-ISO/IEC :2006 Fastställd Utgåva 1 Informationsteknik Säkerhetstekniker Digitala signaturer med appendix Del 3: Mekanismer baserade på diskreta logaritmer (ISO/IEC :2006, IDT) Information technology Security techniques Digital signatures with appendix Part 3: Discrete logarithm based mechanisms (ISO/IEC :2006, IDT) ICS Språk: engelska Publicerad: januari 2007 Copyright SIS. Reproduction in any form without permission is prohibited.

2 Den internationella standarden ISO/IEC :2006 gäller som svensk standard. Detta dokument innehåller den officiella engelska versionen av ISO/IEC :2006. The International Standard ISO/IEC :2006 has the status of a Swedish Standard. This document contains the official English version of ISO/IEC :2006. Upplysningar om sakinnehållet i standarden lämnas av SIS, Swedish Standards Institute, telefon Standarder kan beställas hos SIS Förlag AB som även lämnar allmänna upplysningar om svensk och utländsk standard. Postadress: SIS Förlag AB, STOCKHOLM Telefon: Telefax: E-post: sis.sales@sis.se. Internet:

3 SS-ISO/IEC :2006 (E) Contents Page Foreword... vi Introduction... vii 1 Scope Normative references Terms and definitions Symbols General model Parameter generation process Certificate-based mechanisms Identity-based mechanisms Parameter selection Validity of domain parameters and verification key Signature process Producing the randomizer Producing the pre-signature Preparing the message for signing Computing the witness (the first part of the signature) Computing the assignment Computing the second part of the signature Constructing the appendix Constructing the signed message Verification process Retrieving the witness Preparing message for verification Retrieving the assignment Recomputing the pre-signature Recomputing the witness Verifying the witness Certificate-based mechanisms DSA Parameters Generation of signature key and verification key Signature process Verification process KCDSA Parameters Generation of signature key and verification key Signature process Verification process Pointcheval/Vaudenay algorithm Parameters Generation of signature key and verification key Signature process Verification process EC-DSA Parameters Generation of signature key and verification key Signature process Verification process...21 iii

4 SS-ISO/IEC :2006 (E) Provläsningsexemplar / Preview 6.5 EC-KCDSA Parameters Generation of signature key and verification key Signature process Verification process EC-GDSA Parameters Generation of signature key and verification key Signature process Verification process Identity-based mechanisms IBS Parameters Generation of master key and signature/verification key Signature process Verification process IBS Parameters Generation of master key and signature/verification key Signature process Verification process Annex A (normative) ASN.1 module Annex B (normative) Conversion functions (I) B.1 Conversion from a field element to an integer (FE2I) B.2 Conversion from an integer to a field element (I2FE) B.3 Conversion from a field element to a bit sequence (FE2BS) B.4 Conversion from a bit sequence to an integer (BS2I) B.5 Conversion from an integer to a bit sequence (I2BS) B.6 Conversion between an integer and an octet string (I2OS & OS2I) Annex C (informative) Conversion functions (II) C.1 Conversion from an integer to a point (I2P) Annex D (normative) Generation of DSA domain parameters D.1 Generation of the prime p and q D.2 Generation of the generator G D.2.1 Unverifiable generation of G D.2.2 Verifiable generation of G Annex E (informative) The Weil and Tate pairings E.1 The functions f, g and d E.2 The Weil pairing E.3 The Tate pairing Annex F (informative) Numerical examples F.1 DSA mechanism F.1.1 Example F.1.2 Example F.2 KCDSA mechanism F.2.1 Parameters iv

5 SS-ISO/IEC :2006 (E) F.2.2 Signature key and verification key...49 F.2.3 Per message data...49 F.2.4 Signature...49 F.2.5 Verification...49 F.3 Pointcheval-Vaudenay mechanism...49 F.3.1 Parameters...49 F.3.2 Signature key and verification key...49 F.3.3 Per message data...50 F.3.4 Signature...50 F.3.5 Verification...50 F.4 EC-DSA mechanism...50 F.4.1 Example 1: Field F m 2, m = F.4.2 Example 2: Field F P, 192-bit Prime P...51 F.5 EC-KCDSA mechanism...52 F.5.1 Example 1: Field F m 2, m = F.5.2 Example 2: Field F P, 192-bit Prime P...53 F.5.3 Example 2: Field F m P, 32-bit P and m = F.6 EC-GDSA mechanism...55 F.6.1 Domain and User Parameters...55 F.6.2 Example 1: Field F P, 192-bit Prime P...55 F.7 IBS-1 mechanism...56 F.7.1 Example 1: Field F p, 512-bit Prime p...56 F.7.2 Example 2: Field F p, 512-bit Prime p...58 F.8 IBS-2 mechanism...60 F.8.1 Example 1: Field F p, 512-bit Prime p...60 Annex G (informative) Comparison of the signature schemes...64 G.1 Symbols and abbreviated terms for comparing the signature schemes...64 G.2 Comparison of the signature schemes...64 Annex H (informative) Claimed features for choosing a mechanism...66 Bibliography...67 v

6 SS-ISO/IEC :2006 (E) Provläsningsexemplar / Preview Foreword ISO (the International Organization for Standardization) and IEC (the International Electrotechnical Commission) form the specialized system for worldwide standardization. National bodies that are members of ISO or IEC participate in the development of International Standards through technical committees established by the respective organization to deal with particular fields of technical activity. ISO and IEC technical committees collaborate in fields of mutual interest. Other international organizations, governmental and non-governmental, in liaison with ISO and IEC, also take part in the work. In the field of information technology, ISO and IEC have established a joint technical committee, ISO/IEC JTC 1. International Standards are drafted in accordance with the rules given in the ISO/IEC Directives, Part 2. The main task of the joint technical committee is to prepare International Standards. Draft International Standards adopted by the joint technical committee are circulated to national bodies for voting. Publication as an International Standard requires approval by at least 75 % of the national bodies casting a vote. ISO/IEC was prepared by Joint Technical Committee ISO/IEC JTC 1, Subcommittee SC 27, IT Security techniques. This second edition cancels and replaces the first edition (ISO/IEC :1998), which has been technically revised. It also incorporates Technical Corrigendum ISO/IEC :1998/Cor.1:2001. New mechanisms and object identifiers have been specified. ISO/IEC consists of the following parts, under the general title Information technology Security techniques Digital signatures with appendix: Part 1: General Part 2: Integer factorization based mechanisms Part 3: Discrete logarithm based mechanisms vi

7 SS-ISO/IEC :2006 (E) Introduction Digital signature mechanisms can be used to provide services such as entity authentication, data origin authentication, non-repudiation, and data integrity. A digital signature mechanism satisfies the following requirements. Given either or both of the following two things: o the verification key but not the signature key, o a set of signatures on a sequence of messages that an attacker has adaptively chosen, it should be computationally infeasible for the attacker: o to produce a valid signature on a new message, o to produce a new signature on a previously signed message, or o to recover the signature key. It should be computationally infeasible, even for the signer, to find two different messages with the same signature. NOTE Computational feasibility depends on the specific security requirements and environment. Digital signature mechanisms are based on asymmetric cryptographic techniques and involve three basic operations. A process for generating pairs of keys, where each pair consists of a private signature key and the corresponding public verification key. A process that uses the signature key, called the signature process. A process that uses the verification key, called the verification process. There are two types of digital signature mechanisms. When, for a given signature key, any two signatures produced for the same message are always identical, the mechanism is said to be non-randomized (or deterministic); see ISO/IEC When, for a given message and signature key, each application of the signature process produces a different signature, the mechanism is said to be randomized. The eight mechanisms specified in this part of ISO/IEC are all randomized. Digital signature mechanisms can also be divided into the following two categories. When the whole message has to be stored and/or transmitted along with the signature, the mechanism is termed a "signature mechanism with appendix" (which is the subject of ISO/IEC 14888). When the whole message, or part of it, can be recovered from the signature, the mechanism is termed a "signature mechanism giving message recovery" (see ISO/IEC 9796). Security of the digital signature mechanisms is based on unsolvable problems, i.e. problems for which, given current knowledge, finding a solution is computationally infeasible, such as the factorization problem and the discrete logarithm problem. ISO/IEC specifies digital signature mechanisms with appendix based on the discrete logarithm problem, and ISO/IEC specifies digital signature mechanisms with appendix based on the factorization problem. NOTE The previous version of ISO/IEC grouped identity-based mechanisms into Part 2 and certificate-based mechanisms into Part 3, with each of the two parts covering mechanisms based on both the discrete logarithm and the factorisation problems. This revision re-organizes the grouping, so that Part 2 contains integer factoring based mechanisms and Part 3 discrete logarithm based mechanisms. This part of ISO/IEC includes eight mechanisms, two of which were in ISO/IEC :1998, and three of which are in ISO/IEC :2002. The Korean Certificate-based Digital Signature Algorithm (KCDSA) and two mechanisms based on pairing technology are newly added. vii

8 SS-ISO/IEC :2006 (E) Provläsningsexemplar / Preview The mechanisms specified in this part of ISO/IEC use a collision resistant hash-function for hashing the entire message (possibly in more than one part). ISO/IEC specifies hash-functions. The International Organization for Standardization (ISO) and International Electrotechnical Commission (IEC) draw attention to the fact that it is claimed that compliance with this document may involve the use of patents. The ISO and IEC take no position concerning the evidence, validity and scope of this patent right. The holder of this patent right has assured the ISO and IEC that he is willing to negotiate licences under reasonable and non-discriminatory terms and conditions with applicants throughout the world. In this respect, the statement of the holder of this patent right is registered with the ISO and IEC. Information may be obtained from: ISO/IEC JTC 1/SC 27 Standing Document 8 (SD 8) "Patent Information". SD 8 is publicly available at: Further information is available from the identified patent-holders. Area Inventors Patent Issue date Contact address DSA Kravitz US [no licence required] Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights other than those identified above. ISO and IEC shall not be held responsible for identifying any or all such patent rights. viii

9 SS-ISO/IEC :2006 (E) Information technology Security techniques Digital signatures with appendix Part 3: Discrete logarithm based mechanisms 1 Scope This part of ISO/IEC specifies digital signature mechanisms with appendix whose security is based on the discrete logarithm problem. This part of ISO/IEC provides - a general description of a digital signature with appendix mechanism; - a variety of mechanisms that provide digital signatures with appendix. For each mechanism, this part of ISO/IEC specifies - the process of generating a pair of keys; - the process of producing signatures; - the process of verifying signatures. The verification of a digital signature requires the signing entity s verification key. It is thus essential for a verifier to be able to associate the correct verification key with the signing entity, or more precisely, with (parts of) the signing entity s identification data. This association between the signer s identification data and the signer s public verification key can either be guaranteed by an outside entity or mechanism, or the association can be somehow inherent in the verification key itself. In the former case, the scheme is said to be certificatebased. In the latter case, the scheme is said to be identity based. Typically, in an identity-based scheme, the verifier can derive the signer s public verification key from the signer s identification data. The digital signature mechanisms specified in this part of ISO/IEC are classified into certificate-based and identitybased mechanisms. NOTE For certificate-based mechanisms, various PKI standards can be used for key management. For further information, see ISO/IEC , ISO/IEC (also known as X.509) and ISO/IEC Normative references The following referenced documents are indispensable for the application of this document. For dated references, only the edition cited applies. For undated references, the latest edition of the referenced document (including any amendments) applies. ISO/IEC (all parts), Information technology Security techniques Hash-functions ISO/IEC :1998, Information technology Security techniques Digital signatures with appendix Part 1: General 1

10 SS-ISO/IEC :2006 (E) Provläsningsexemplar / Preview 3 Terms and definitions For the purposes of this document, the terms and definitions given in ISO/IEC and the following apply. 3.1 finite commutative group finite set E with the binary operation such that - for all a, b, c E, (a b) c a (b c); - there exists e E with e a a for all a E; - for all a E there exists b E with b a e; - for all a, b E, a b b a; - for all a, b E, a b E. NOTE 1 If a 0 = e, and a n+1 = a a n (for n 0) is defined recursively, the order of a E is the least positive integer n such that a n = e. NOTE 2 In some cases, such as when E is the set of points on an elliptic curve, arithmetic in the finite set E is described with additive notation. 3.2 cyclic group group E of n elements that contains an element a E, called the generator, of order n 3.3 pairing function which takes two elements, P and Q, from an elliptic curve cyclic group over a finite field, G 1, as input, and produces an element from another cyclic group over a finite field, G 2, as output, and which has the following two properties (where we assume that the cyclic groups G 1 and G 2 have order q, for some prime q, and for any two elements P, Q, the output of the pairing function is written as <P, Q>). - Bilinearity: If P, P 1, P 2, Q, Q 1, Q 2 are elements of G 1 and a is an integer satisfying 1 a q - 1, then <P 1 + P 2, Q> = <P 1, Q> <P 2, Q>, <P, Q 1 + Q 2 > = <P, Q 1 > <P, Q 2 >, and <[a]p, Q> = <P, [a]q> = <P, Q> a. - Non-degeneracy: If P is a non-identity element of G 1, <P, P> Trusted Key Generation Centre KGC trusted third party, which, in an identity-based signature mechanism, generates a private signature key for each signing entity 4 Symbols a b a b a 1, a 2 (A, B, C) D concatenation of a and b, in the order specified bitwise exclusive OR of a and b elliptic curve coefficients a permutation of (S, T 1, T 2 ), which specifies the functionality of the signature mechanisms a parameter which specifies the relationship between the signature key and the verification key E an elliptic curve defined by two elliptic curve coefficients, a 1 and a 2 2

11 SS-ISO/IEC :2006 (E) E a finite commutative group; in the mechanisms based on a multiplicative group, elements of E are in Z * p; in the mechanisms based on an additive group of elliptic curve points, elements of E are the points on the elliptic curve E over GF(r) #E the cardinality of E; in the mechanisms based on a multiplicative group, #E is p - 1; in the mechanisms based on an additive group of elliptic curve points, #E is the number of points on the elliptic curve E over GF(r) gcd(n 1, N 2 ) the greatest common divisor of integers N 1 and N 2 G an element of order q in E GF(r) the Galois field of cardinality r G 1 a cyclic group of prime order q; elements of G 1 are points on an elliptic curve over GF(r) G 2 H 1 a cyclic group of prime order q; elements of G 2 are elements of a finite field GF(r) a hash-function that converts a data string into an element in G 1 (first express the data string as an integer and then convert the integer into a point on E over GF(r) by using the I2P function, see Annex C for details) h, H 2 hash-functions, i.e. one of the mechanisms specified in ISO/IEC ID m [n]p a data string containing an identifier of the signer, used in Mechanisms IBS-1 and IBS-2 an embedding degree (or extension degree) multiplication operation that takes a positive integer n and a point P on the curve E as input and produces as output another point Q on the curve E, where Q = [n]p = P + P + + P added n -1 times. The operation satisfies [0]P = 0 E (the point at infinity), and [-n]p = [n](-p) P p q r T T 1 T 2 U V Z * N a generator of G 1 which is used in Mechanisms IBS-1 and IBS-2 a prime number or a prime power a divisor of #E and the order of G 1 and G 2, which is a prime number the size of GF(r); in the mechanisms based on an additive group of elliptic curve points, r is a prime power, p m, for some prime p 2 and integer m 1. the assignment the first part of the assignment T the second part of the assignment T KGC's master private key, which is a randomly chosen integer used in Mechanisms IBS-1 and IBS-2 KGC's master public key, which is an element of G 1 used in Mechanisms IBS-1 and IBS-2 the set of integers U with 0 < U < N and gcd (U, N) = 1, with arithmetic defined modulo N the bit-length of a prime number (or prime power) p the bit-length of a prime number q the output bit-length of hash-functions h and H 2 x x-coordinate of 0 E the point at infinity on the elliptic curve E < > a bilinear and non-degenerate pairing 3

Petroleum products Calculation of viscosity index from kinematic viscosity

Petroleum products Calculation of viscosity index from kinematic viscosity SVENSK STANDARD SS-ISO 2909 Fastställd 2003-05-09 Utgåva 1 Petroleumprodukter Beräkning av viskositetsindex (baserad på kinematisk viskositet Petroleum products Calculation of viscosity index from kinematic

More information

Pneumatik Standardatmosfär. Pneumatic fluid power Standard reference atmosphere

Pneumatik Standardatmosfär. Pneumatic fluid power Standard reference atmosphere SVENSK STANDARD SS-ISO 8778 Fastställd 2003-05-09 Utgåva 1 Pneumatik Standardatmosfär Pneumatic fluid power Standard reference atmosphere ICS 23.100.01 Språk: engelska Publicerad: juni 2003 Copyright SIS.

More information

Software engineering Product quality Part 1: Quality model

Software engineering Product quality Part 1: Quality model SVENSK STANDARD SS-ISO/IEC 9126-1 Fastställd 2003-01-31 Utgåva 1 Software engineering Product Part 1: Quality model ICS 35.080.00 Språk: engelska Publicerad: mars 2003 Copyright SIS. Reproduction in any

More information

Vägfordon Diagnostik för CAN Del 2: Tjänster för nätverksskikt (ISO :2004, IDT)

Vägfordon Diagnostik för CAN Del 2: Tjänster för nätverksskikt (ISO :2004, IDT) SVENSK STANDARD Fastställd 2004-12-10 Utgåva 1 Vägfordon Diagnostik för CAN Del 2: Tjänster för nätverksskikt (ISO 15765-2:2004, IDT) Road vehicles Diagnostics on Controller Area Networks (CAN) Part 2:

More information

Geographic information Portrayal (ISO 19117:2005, IDT)

Geographic information Portrayal (ISO 19117:2005, IDT) SVENSK STANDARD Fastställd 2006-04-06 Utgåva 1 Geografisk information Schema för visualisering av geografiska data (ISO 19117:2005, IDT) Geographic information Portrayal (ISO 19117:2005, IDT) ICS 35.020;

More information

Terminologiarbete Riktlinjer för projektledning vid terminologistandardisering (ISO 15188:2001, IDT)

Terminologiarbete Riktlinjer för projektledning vid terminologistandardisering (ISO 15188:2001, IDT) SVENSK STANDARD SS-ISO 15188:2005 Fastställd 2005-09-19 Utgåva 1 Terminologiarbete Riktlinjer för projektledning vid terminologistandardisering (ISO 15188:2001, IDT) Project management guidelines for terminology

More information

SVENSK STANDARD SS-ISO/IEC

SVENSK STANDARD SS-ISO/IEC SVENSK STANDARD SS-ISO/IEC 25062:2006 Fastställd 2006-07-14 Utgåva 1 Programvarukvalitet Generellt industriellt rapportformat (CIF) för användbarhetstester (ISO/IEC 25062:2006, IDT) Software engineering

More information

http://www.sis.se http://www.sis.se http://www.sis.se http://www.sis.se http://www.sis.se Provläsningsexemplar / Preview SVENSK STANDARD SS-ISO 11783-1:2007 Fastställd 2007-07-06 Utgåva 1 Traktorer och

More information

SVENSK STANDARD SS-ISO 19114:2004. Geografisk information Metoder för utvärdering av kvalitet. Geographic information Quality evaluation procedures

SVENSK STANDARD SS-ISO 19114:2004. Geografisk information Metoder för utvärdering av kvalitet. Geographic information Quality evaluation procedures SVENSK STANDARD Fastställd 2004-05-14 Utgåva 1 Geografisk information Metoder för utvärdering av kvalitet Geographic information Quality evaluation procedures ICS 35.020; 35.240.01; 35.240.50; 35.240.60;

More information

SVENSK STANDARD SS-ISO :2004. Geografisk information Hantering av enklare objekt Del 2: SQL-gränssnitt (ISO :2004, IDT)

SVENSK STANDARD SS-ISO :2004. Geografisk information Hantering av enklare objekt Del 2: SQL-gränssnitt (ISO :2004, IDT) SVENSK STANDARD Fastställd 2004-09-24 Utgåva 1 Geografisk information Hantering av enklare objekt Del 2: SQL-gränssnitt (ISO 19125-2:2004, IDT) Geographic information Simple feature access Part 2: SQL

More information

SVENSK STANDARD SS-ISO :2005

SVENSK STANDARD SS-ISO :2005 SVENSK STANDARD Fastställd 2005-11-11 Utgåva 1 Vägfordon Öppet gränssnitt för inbäddade fordonsapplikationer Del 4: OSEK/VDX kommunikation (COM) (ISO 17356-4:2005, IDT) Road vehicles Open interface for

More information

Geografisk information Kvalitetsprinciper. Geographic information Quality principles

Geografisk information Kvalitetsprinciper. Geographic information Quality principles SVENSK STANDARD SS-ISO 19113 Fastställd 2002-12-06 Utgåva 1 Geografisk information Kvalitetsprinciper Geographic information Quality principles ICS 35.240.70 Språk: engelska Tryckt i januari 2003 Copyright

More information

http://www.sis.se http://www.sis.se http://www.sis.se http://www.sis.se http://www.sis.se Provläsningsexemplar / Preview SVENSK STANDARD SS-ISO/IEC 14598-1 Fastställd 2003-01-31 Utgåva 1 Information technology

More information

SVENSK STANDARD SS-ISO :2005

SVENSK STANDARD SS-ISO :2005 SVENSK STANDARD Fastställd 2005-11-18 Utgåva 1 Vägfordon Öppet gränssnitt för inbäddade fordonsapplikationer Del 3: OSEK/VDX operativsystem (OS) (ISO 17356-3:2005, IDT) Road vehicles Open interface for

More information

http://www.sis.se http://www.sis.se http://www.sis.se http://www.sis.se http://www.sis.se SVENSK STANDARD SS-ISO 16100-4:2007 Fastställd 2007-01-24 Utgåva 1 Industriautomation Mjukvaror för produktionsstyrning,

More information

SVENSK STANDARD SS-ISO :2004. Geografisk information Hantering av enklare objekt Del 1: Arkitektur (ISO :2004, IDT)

SVENSK STANDARD SS-ISO :2004. Geografisk information Hantering av enklare objekt Del 1: Arkitektur (ISO :2004, IDT) SVENSK STANDARD Fastställd 2004-09-24 Utgåva 1 Geografisk information Hantering av enklare objekt Del 1: Arkitektur (ISO 19125-1:2004, IDT) Geographic information Simple feature access Part 1: Common architecture

More information

Båtar Magnetiska kompasser. Small craft Magnetic compasses

Båtar Magnetiska kompasser. Small craft Magnetic compasses SVENSK STANDARD SS-ISO 14227 Fastställd 2002-10-04 Utgåva 1 Båtar Magnetiska kompasser Small craft Magnetic compasses ICS 47.080 Språk: engelska Tryckt i november 2002 Copyright SIS. Reproduction in any

More information

SVENSK STANDARD SS-ISO

SVENSK STANDARD SS-ISO SVENSK STANDARD SS-ISO 11783-4 Fastställd Utgåva Sida 2001-06-29 1 1 (1+17) Copyright SIS. Reproduction in any form without permission is prohibited. Tractors and machinery for agriculture and forestry

More information

http://www.sis.se http://www.sis.se http://www.sis.se http://www.sis.se http://www.sis.se Provläsningsexemplar / Preview SVENSK STANDARD SS-ISO 22896:2006 Fastställd 2006-11-15 Utgåva 1 Vägfordon Kommunikationsbuss

More information

http://www.sis.se http://www.sis.se http://www.sis.se http://www.sis.se http://www.sis.se SVENSK STANDARD SS-ISO 23570-2:2005 Fastställd 2005-11-18 Utgåva 1 Industriell automation Distribuerad installation

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 9796-2 Third edition 2010-12-15 Information technology Security techniques Digital signature schemes giving message recovery Part 2: Integer factorization based mechanisms

More information

http://www.sis.se http://www.sis.se http://www.sis.se http://www.sis.se http://www.sis.se Provläsningsexemplar / Preview Teknisk specifikation SIS-ISO/TS 19138:2007 Utgåva 1 Mars 2007 Geografisk information

More information

SVENSK STANDARD SS-ISO

SVENSK STANDARD SS-ISO SVENSK STANDARD SS-ISO 11788-2 Handläggande organ Fastställd Utgåva Sida SVENSK MATERIAL- & MEKANSTANDARD, SMS 2000-04-20 1 1 (1+28) Copyright SIS. Reproduction in any form without permission is prohibited.

More information

Representation och utbyta av data om skärande verktyg Del 100: Definitioner, principer och metoder för referensbibliotek

Representation och utbyta av data om skärande verktyg Del 100: Definitioner, principer och metoder för referensbibliotek Teknisk specifikation SIS-ISO/TS 13399-100:2004 Utgåva 1 November 2004 Representation och utbyta av data om skärande verktyg Del 100: Definitioner, principer och metoder för referensbibliotek Cutting tool

More information

Geografisk information Kodningsregler för datautbyte (ISO 19118:2005, IDT) Geographic information Encoding (ISO 19118:2005, IDT)

Geografisk information Kodningsregler för datautbyte (ISO 19118:2005, IDT) Geographic information Encoding (ISO 19118:2005, IDT) SVENSK STANDARD Fastställd 2006-04-06 Utgåva 1 Geografisk information Kodningsregler för datautbyte (ISO 19118:2005, IDT) Geographic information Encoding (ISO 19118:2005, IDT) ICS 35.020; 35.240.01; 35.240.30;

More information

Geografisk information Tjänster (ISO 19119:2005, IDT) Geographic information Services (ISO 19119:2005, IDT)

Geografisk information Tjänster (ISO 19119:2005, IDT) Geographic information Services (ISO 19119:2005, IDT) SVENSK STANDARD Fastställd 2006-04-06 Utgåva 1 Geografisk information Tjänster (ISO 19119:2005, IDT) Geographic information Services (ISO 19119:2005, IDT) ICS 35.020; 35.240.01; 35.240.30; 35.240.50; 35.240.60

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 14888-2 Second edition 2008-04-15 Information technology Security techniques Digital signatures with appendix Part 2: Integer factorization based mechanisms Technologies

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Hash-functions Part 2: Hash-functions using an n-bit block cipher

ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Hash-functions Part 2: Hash-functions using an n-bit block cipher INTERNATIONAL STANDARD ISO/IEC 10118-2 Third edition 2010-10-15 Information technology Security techniques Hash-functions Part 2: Hash-functions using an n-bit block cipher Technologies de l'information

More information

SVENSK STANDARD SS-ISO 9244:2008/Amd 1:2016

SVENSK STANDARD SS-ISO 9244:2008/Amd 1:2016 SVENSK STANDARD SS-ISO 9244:2008/Amd 1:2016 Fastställd/Approved: 2016-04-21 Publicerad/Published: 2016-04-27 Utgåva/Edition: 1 Språk/Language: engelska/english ICS: 01.080.20; 53.100 Anläggningsmaskiner

More information

SVENSK STANDARD SS-ISO :2009/Amd 1:2016

SVENSK STANDARD SS-ISO :2009/Amd 1:2016 SVENSK STANDARD SS-ISO 12117-2:2009/Amd 1:2016 Fastställd/Approved: 2016-04-21 Publicerad/Published: 2016-04-27 Utgåva/Edition: 1 Språk/Language: engelska/english ICS: 53.100 Anläggningsmaskiner Laboratorieprovning

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Encryption algorithms Part 4: Stream ciphers

ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Encryption algorithms Part 4: Stream ciphers INTERNATIONAL STANDARD ISO/IEC 18033-4 First edition 2005-07-15 Information technology Security techniques Encryption algorithms Part 4: Stream ciphers Technologies de l'information Techniques de sécurité

More information

SVENSK STANDARD SS-ISO :2005

SVENSK STANDARD SS-ISO :2005 SVENSK STANDARD Fastställd 2005-07-06 Utgåva 1 Traktorer och maskiner för jordbruk och skogsbruk Seriellt datanät för övervakning och kommunikation Del 6: Virtuell terminal (ISO 11783-6:2004, IDT) Tractors

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD This is a preview - click here to buy the full publication ISO/IEC 29192-4 First edition 2013-06-01 Information technology Security techniques Lightweight cryptography Part 4: Mechanisms

More information

Geografisk information Gränssnitt mot kartserver (WMS) (ISO 19128:2005, IDT) Geographic information Web map server interface (ISO 19128:2005, IDT)

Geografisk information Gränssnitt mot kartserver (WMS) (ISO 19128:2005, IDT) Geographic information Web map server interface (ISO 19128:2005, IDT) SVENSK STANDARD Fastställd 2006-04-06 Utgåva 1 Geografisk information Gränssnitt mot kartserver (WMS) (ISO 19128:2005, IDT) Geographic information Web map server interface (ISO 19128:2005, IDT) ICS 35.020;

More information

Skanning Optimerad design av blanketter för elektronisk bildhantering

Skanning Optimerad design av blanketter för elektronisk bildhantering Teknisk specifikation SIS-ISO/TS 12029:2002 Utgåva 1 Februari 2003 Skanning Optimerad design av blanketter för elektronisk bildhantering Electronic imaging Forms design optimization for electronical image

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Lightweight cryptography Part 2: Block ciphers

ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Lightweight cryptography Part 2: Block ciphers INTERNATIONAL STANDARD This is a preview - click here to buy the full publication ISO/IEC 29192-2 First edition 2012-01-15 Information technology Security techniques Lightweight cryptography Part 2: Block

More information

Geometriska produktspecifikationer (GPS) Ytstruktur: Profilmetod; Ytnormaler Del 2: Kalibrering via mjukvara (ISO :2001)

Geometriska produktspecifikationer (GPS) Ytstruktur: Profilmetod; Ytnormaler Del 2: Kalibrering via mjukvara (ISO :2001) SVENSK STANDARD SS-EN ISO 5436-2 Fastställd 2001-12-28 Utgåva 1 Geometriska produktspecifikationer (GPS) Ytstruktur: Profilmetod; Ytnormaler Del 2: Kalibrering via mjukvara (ISO 5436-2:2001) Geometrical

More information

Graphic technology Prepress digital data exchange Use of PDF Part 1: Complete exchange using CMYK data (PDF/X-1 and PDF/X-1a)

Graphic technology Prepress digital data exchange Use of PDF Part 1: Complete exchange using CMYK data (PDF/X-1 and PDF/X-1a) SVENSK STANDARD SS-ISO 15930-1 Fastställd 2002-09-13 Utgåva 1 Grafisk teknik Digital informationshantering för prepress Användning av PDF Del 1: Fullständig informationshantering via CMYK data (PDF/X-1

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 7816-2 Second edition 2007-10-15 Identification cards Integrated circuit cards Part 2: Cards with contacts Dimensions and location of the contacts Cartes d'identification

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 9797-1 Second edition 2011-03-01 Information technology Security techniques Message Authentication Codes (MACs) Part 1: Mechanisms using a block cipher Technologies de l'information

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 7816-3 Third edition 2006-11-01 Identification cards Integrated circuit cards Part 3: Cards with contacts Electrical interface and transmission protocols Cartes d'identification

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 7816-2 Second edition 2007-10-15 Identification cards Integrated circuit cards Part 2: Cards with contacts Dimensions and location of the contacts Cartes d'identification

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 11695-3 First edition 2008-11-01 Identification cards Optical memory cards Holographic recording method Part 3: Optical properties and characteristics Cartes d'identification

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Coding of audio-

ISO/IEC INTERNATIONAL STANDARD. Information technology Coding of audio- INTERNATIONAL STANDARD This is a preview - click here to buy the full publication ISO/IEC 14496-15 Third edition 2014 07 01 Information technology Coding of audio- visual objects Part 15: Carriage of network

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO/IEC 18033-4 Second edition 2011-12-15 Information technology Security techniques Encryption algorithms Part 4: Stream ciphers Technologies de l'information Techniques de sécurité

More information

Information technology Security techniques Blind digital signatures. Part 1: General

Information technology Security techniques Blind digital signatures. Part 1: General INTERNATIONAL STANDARD ISO/IEC 18370-1 First edition 2016-11-15 Information technology Security techniques Blind digital signatures Part 1: General Technologie de l information Techniques de sécurité Signatures

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO/IEC 29192-2 First edition 2012-01-15 Information technology Security techniques Lightweight cryptography Part 2: Block ciphers Technologies de l'information Techniques de sécurité

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD This is a preview - click here to buy the full publication ISO/IEC 9797-3 First edition 2011-11-15 Information technology Security techniques Message Authentication Codes (MACs)

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Key management Part 4: Mechanisms based on weak secrets

ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Key management Part 4: Mechanisms based on weak secrets INTERNATIONAL STANDARD ISO/IEC 11770-4 First edition 2006-05-01 Information technology Security techniques Key management Part 4: Mechanisms based on weak secrets Technologies de l'information Techniques

More information

Information technology - Security techniques - Lightweight cryptography - Part 2: Block ciphers

Information technology - Security techniques - Lightweight cryptography - Part 2: Block ciphers INCITS/ISO/IEC 29192-2:2012[2012] (ISO/IEC 29192-2:2012, IDT) Information technology - Security techniques - Lightweight cryptography - Part 2: Block ciphers INCITS/ISO/IEC 29192-2:2012[2012] PDF disclaimer

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 13818-4 Second edition 2004-12-15 Information technology Generic coding of moving pictures and associated audio information Part 4: Conformance testing Technologies de l'information

More information

System för fjärrkommunikation med debiteringsmätare Del 1: Datautbyte

System för fjärrkommunikation med debiteringsmätare Del 1: Datautbyte SVENSK STANDARD SS-EN 13757-1 Fastställd 2003-01-24 Utgåva 1 System för fjärrkommunikation med debiteringsmätare Del 1: Datautbyte Communication system for meters and remote reading of meters Part 1: Data

More information

ISO/IEC Information technology Security techniques Network security. Part 5:

ISO/IEC Information technology Security techniques Network security. Part 5: INTERNATIONAL STANDARD ISO/IEC 27033-5 First edition 2013-08-01 Information technology Security techniques Network security Part 5: Securing communications across networks using Virtual Private Networks

More information

SVENSK STANDARD SS-EN ISO

SVENSK STANDARD SS-EN ISO SVENSK STANDARD SS-EN ISO 9241-12 Handläggande organ Fastställd Utgåva Sida Standardiseringsgruppen STG 1999-01-15 1 1 (1+50) Copyright SIS. Reproduction in any form without permission is prohibited. Ergonomic

More information

Part 5: Hash-functions

Part 5: Hash-functions INTERNATIONAL STANDARD ISO/IEC 29192-5 First edition 2016-08-01 Information technology Security techniques Lightweight cryptography Part 5: Hash-functions Technologies de l information Techniques de sécurité

More information

SVENSK STANDARD SS-EN ISO

SVENSK STANDARD SS-EN ISO SVENSK STANDARD SS-EN ISO 9241-17 Handläggande organ Fastställd Utgåva Sida Standardiseringsgruppen STG 1999-02-05 1 1 (1+40) Copyright SIS. Reproduction in any form without permission is prohibited. Ergonomic

More information

Health informatics Registration of coding schemes

Health informatics Registration of coding schemes SVENSK STANDARD SS-EN 1068:2005 Fastställd 2005-07-26 Utgåva 1 Hälso- och sjukvårdsinformatik Registrering av kodverk Health informatics Registration of coding schemes ICS 35.240.80 Språk: engelska Publicerad:

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 15945 First edition 2002-02-01 Information technology Security techniques Specification of TTP services to support the application of digital signatures Technologies de l'information

More information

Information technology Security techniques Cryptographic techniques based on elliptic curves. Part 1: General

Information technology Security techniques Cryptographic techniques based on elliptic curves. Part 1: General INTERNATIONAL STANDARD ISO/IEC 15946-1 Third edition 2016-07-01 Information technology Security techniques Cryptographic techniques based on elliptic curves Part 1: General Technologies de l information

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO 27729 First edition 2012-03-15 Information and documentation International standard name identifier (ISNI) Information et documentation Code international normalisé des noms

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia service platform technologies Part 2: MPEG extensible middleware (MXM) API

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia service platform technologies Part 2: MPEG extensible middleware (MXM) API INTERNATIONAL STANDARD ISO/IEC 23006-2 Second edition 2013-09-15 Information technology Multimedia service platform technologies Part 2: MPEG extensible middleware (MXM) API Technologies de l'information

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 9797-1 Second edition 2011-03-01 Information technology Security techniques Message Authentication Codes (MACs) Part 1: Mechanisms using a block cipher Technologies de l'information

More information

ISO/IEC INTERNATIONAL STANDARD. Identification cards Optical memory cards Holographic recording method Part 1: Physical characteristics

ISO/IEC INTERNATIONAL STANDARD. Identification cards Optical memory cards Holographic recording method Part 1: Physical characteristics INTERNATIONAL STANDARD ISO/IEC 11695-1 First edition 2008-11-01 Identification cards Optical memory cards Holographic recording method Part 1: Physical characteristics Cartes d'identification Cartes à

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 15426-1 Second edition 2006-06-01 Information technology Automatic identification and data capture techniques Bar code verifier conformance specification Part 1: Linear symbols

More information

ISO/IEC Systems and software engineering Systems and software Quality Requirements and Evaluation (SQuaRE) Planning and management

ISO/IEC Systems and software engineering Systems and software Quality Requirements and Evaluation (SQuaRE) Planning and management INTERNATIONAL STANDARD ISO/IEC 25001 Second edition 2014-03-15 Systems and software engineering Systems and software Quality Requirements and Evaluation (SQuaRE) Planning and management Ingénierie des

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Biometric data interchange formats Part 2: Finger minutiae data

ISO/IEC INTERNATIONAL STANDARD. Information technology Biometric data interchange formats Part 2: Finger minutiae data INTERNATIONAL STANDARD ISO/IEC 19794-2 Second edition 2011-12-15 Information technology Biometric data interchange formats Part 2: Finger minutiae data Technologies de l'information Formats d'échange de

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Entity authentication

ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Entity authentication INTERNATIONAL STANDARD ISO/IEC 9798-4 Second edition 1999-12-15 Information technology Security techniques Entity authentication Part 4: Mechanisms using a cryptographic check function Technologies de

More information

Information technology - Security techniques - Message Authentication Codes (MACs) - Part 1: Mechanisms using a block cipher

Information technology - Security techniques - Message Authentication Codes (MACs) - Part 1: Mechanisms using a block cipher INCITS/ISO/IEC 9797-1:2011[2014] (ISO/IEC 9797-1:2011, IDT) Information technology - Security techniques - Message Authentication Codes (MACs) - Part 1: Mechanisms using a block cipher INCITS/ISO/IEC 9797-1:2011[2014]

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 16388 First edition 1999-10-15 Information technology Automatic identification and data capture techniques Bar code symbology specifications Code 39 Technologies de l'information

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Guideline for the evaluation and selection of CASE tools

ISO/IEC INTERNATIONAL STANDARD. Information technology Guideline for the evaluation and selection of CASE tools INTERNATIONAL STANDARD ISO/IEC 14102 Second edition 2008-11-01 Information technology Guideline for the evaluation and selection of CASE tools Technologies de l'information Lignes directrices pour l'évaluation

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD This is a preview - click here to buy the full publication INTERNATIONAL STANDARD ISO/IEC 15693-2 Second edition 2006-12-15 Identification cards Contactless integrated circuit cards Vicinity cards Part

More information

ISO INTERNATIONAL STANDARD. Document management Part 5: Application of metadata for the construction and facility management sector

ISO INTERNATIONAL STANDARD. Document management Part 5: Application of metadata for the construction and facility management sector INTERNATIONAL STANDARD ISO 82045-5 First edition 2005-07-15 Document management Part 5: Application of metadata for the construction and facility management sector Gestion de documents Partie 5: Application

More information

ISO/IEC Information technology Automatic identification and data capture techniques Bar code scanner and decoder performance testing

ISO/IEC Information technology Automatic identification and data capture techniques Bar code scanner and decoder performance testing INTERNATIONAL STANDARD ISO/IEC 15423 First edition 2004-06-15 Information technology Automatic identification and data capture techniques Bar code scanner and decoder performance testing Technologies de

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Information security risk management

ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Information security risk management INTERNATIONAL STANDARD ISO/IEC 27005 Second edition 2011-06-01 Information technology Security techniques Information security risk management Technologies de l'information Techniques de sécurité Gestion

More information

Ergonomi vid Människa-Systeminteraktion Del 110: Dialogprinciper (ISO :2006)

Ergonomi vid Människa-Systeminteraktion Del 110: Dialogprinciper (ISO :2006) SVENSK STANDARD SS-EN ISO 9241-110:2006 Fastställd 2006-05-04 Utgåva 1 Ergonomi vid Människa-Systeminteraktion Del 110: Dialogprinciper (ISO 9241-110:2006) Ergonomics of human-system interaction Part 110:

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 14543-3-7 First edition 2007-01 Information technology Home electronic system (HES) architecture Part 3-7: Media and media dependent layers Radio frequency for network based

More information

ISO/IEC 1001 INTERNATIONAL STANDARD. Information technology File structure and labelling of magnetic tapes for information interchange

ISO/IEC 1001 INTERNATIONAL STANDARD. Information technology File structure and labelling of magnetic tapes for information interchange INTERNATIONAL STANDARD ISO/IEC 1001 First edition 2012-08-01 Information technology File structure and labelling of magnetic tapes for information interchange Technologies de l'information Structure des

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Information security incident management

ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Information security incident management INTERNATIONAL STANDARD ISO/IEC 27035 First edition 2011-09-01 Information technology Security techniques Information security incident management Technologies de l'information Techniques de sécurité Gestion

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 15423 Second edition 2009-11-15 Information technology Automatic identification and data capture techniques Bar code scanner and decoder performance testing Technologies

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology MPEG extensible middleware (MXM) Part 3: MXM reference software

ISO/IEC INTERNATIONAL STANDARD. Information technology MPEG extensible middleware (MXM) Part 3: MXM reference software INTERNATIONAL STANDARD This is a preview - click here to buy the full publication ISO/IEC 23006-3 First edition 2011-02-01 Information technology MPEG extensible middleware (MXM) Part 3: MXM reference

More information

SVENSK STANDARD SS-ISO 299

SVENSK STANDARD SS-ISO 299 SVENSK STANDARD SS-ISO 299 Handläggande organ SMS, SVERIGES MEKANSTANDARDISERING Fastställd Utgåva Sida Registrering 1992-01-29 1 1 (1+8) SMS reg 49.18 SIS FASTSTÄLLER OCH UTGER SVENSK STANDARD SAMT SÄLJER

More information

ISO INTERNATIONAL STANDARD. Information and documentation International standard name identifier (ISNI)

ISO INTERNATIONAL STANDARD. Information and documentation International standard name identifier (ISNI) INTERNATIONAL STANDARD ISO 27729 First edition 2012-03-15 Information and documentation International standard name identifier (ISNI) Information et documentation Code international normalisé des noms

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Cloud computing Reference architecture

ISO/IEC INTERNATIONAL STANDARD. Information technology Cloud computing Reference architecture INTERNATIONAL STANDARD ISO/IEC 17789 First edition 2014-10-15 Information technology Cloud computing Reference architecture Technologies de l'information Informatique en nuage Architecture de référence

More information

ISO INTERNATIONAL STANDARD

ISO INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO 11783-13 Second edition 2011-04-01 Tractors and machinery for agriculture and forestry Serial control and communications data network Part 13: File server Tracteurs et matériels

More information

Eurokod 3: Dimensionering av stålkonstruktioner Del 6: Kranbanor. Eurocode 3 Design of steel structures Part 6: Crane supporting structures

Eurokod 3: Dimensionering av stålkonstruktioner Del 6: Kranbanor. Eurocode 3 Design of steel structures Part 6: Crane supporting structures SVENSK STANDARD SS-EN 1993-6:2007/AC:2009 Fastställd/Approved: 2009-07-03 Publicerad/Published: 2009-09-23 Utgåva/Edition: 1 Språk/Language: engelska/english ICS: 53.020.20; 91.010.30; 91.070.03; 91.070.80;

More information

Information technology Guidelines for the application of ISO 9001:2008 to IT service management and its integration with ISO/IEC :2011

Information technology Guidelines for the application of ISO 9001:2008 to IT service management and its integration with ISO/IEC :2011 TECHNICAL REPORT ISO/IEC TR 90006 First edition 2013-11-01 Information technology Guidelines for the application of ISO 9001:2008 to IT service management and its integration with ISO/IEC 20000-1:2011

More information

ISO/IEC Identification cards Integrated circuit cards Part 12: Cards with contacts USB electrical interface and operating procedures

ISO/IEC Identification cards Integrated circuit cards Part 12: Cards with contacts USB electrical interface and operating procedures INTERNATIONAL STANDARD ISO/IEC 7816-12 First edition 2005-10-01 Identification cards Integrated circuit cards Part 12: Cards with contacts USB electrical interface and operating procedures Cartes d'identification

More information

Identification cards Optical memory cards Holographic recording method. Part 2: Dimensions and location of accessible optical area

Identification cards Optical memory cards Holographic recording method. Part 2: Dimensions and location of accessible optical area INTERNATIONAL STANDARD ISO/IEC 11695-2 Second edition 2015-04-01 Identification cards Optical memory cards Holographic recording method Part 2: Dimensions and location of accessible optical area Cartes

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO/IEC 24735 Second edition 2012-06-15 Information technology Office equipment Method for measuring digital copying productivity Technologie de l'information Équipements de bureau

More information

ISO/IEC First edition Reference number ISO/IEC 20005:2013(E) ISO/IEC 2013

ISO/IEC First edition Reference number ISO/IEC 20005:2013(E) ISO/IEC 2013 INTERNATIONAL STANDARD ISO/IEC 20005 First edition 2013-07-01 Information technology Sensor networks Services and interfaces supporting collaborative information processing in intelligent sensor networks

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology MPEG audio technologies Part 3: Unified speech and audio coding

ISO/IEC INTERNATIONAL STANDARD. Information technology MPEG audio technologies Part 3: Unified speech and audio coding INTERNATIONAL STANDARD This is a preview - click here to buy the full publication ISO/IEC 23003-3 First edition 2012-04-01 Information technology MPEG audio technologies Part 3: Unified speech and audio

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 15693-3 Second edition 2009-04-15 Identification cards Contactless integrated circuit cards Vicinity cards Part 3: Anticollision and transmission protocol Cartes d'identification

More information

SVENSK STANDARD SS-EN Papper Skrivar- och kontorspapper Krav på papper för torrtonerskrivare och kopiatorer

SVENSK STANDARD SS-EN Papper Skrivar- och kontorspapper Krav på papper för torrtonerskrivare och kopiatorer SVENSK STANDARD SS-EN 12281 Fastställd 2002-11-01 Utgåva 1 Papper Skrivar- och kontorspapper Krav på papper för torrtonerskrivare och kopiatorer Printing and business paper Requirements for copy paper

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Coding of audio-visual objects Part 22: Open Font Format

ISO/IEC INTERNATIONAL STANDARD. Information technology Coding of audio-visual objects Part 22: Open Font Format INTERNATIONAL STANDARD ISO/IEC 14496-22 First edition 2007-03-15 Information technology Coding of audio-visual objects Part 22: Open Font Format Technologies de l'information Codage des objets audiovisuels

More information