lib/public_key/asn1/DSS.asn1 (14 lines of code) (raw):

DSS DEFINITIONS EXPLICIT TAGS ::= BEGIN -- EXPORTS ALL -- All types and values defined in this module are exported for use -- in other ASN.1 modules. DSAPrivateKey ::= SEQUENCE { version INTEGER, p INTEGER, -- p q INTEGER, -- q g INTEGER, -- q y INTEGER, -- y x INTEGER -- x } END