blob: 77aca3808b0577e160a6dcac705ad7352b7f849f (
plain) (
tree)
|
|
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
|