Skip to main content

%XML.Security.DSAKeyValue

Class %XML.Security.DSAKeyValue Extends (%RegisteredObject, %XML.Adaptor) [ Inheritance = right, System = 4 ]

XML KeyInfo type of DSAKeyValue. This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class."

Parameters

XMLFORMAT

Parameter XMLFORMAT = "literal";

NAMESPACE

Parameter NAMESPACE = "http://www.w3.org/2000/09/xmldsig#";

ELEMENTQUALIFIED

Parameter ELEMENTQUALIFIED = 1;

Properties

P

Property P As %XML.Security.CryptoBinary(XMLREF = 1) [ Internal ];

Q

Property Q As %XML.Security.CryptoBinary(XMLREF = 1) [ Internal ];

G

Property G As %XML.Security.CryptoBinary(XMLREF = 1) [ Internal ];

Y

Property Y As %XML.Security.CryptoBinary(XMLREF = 1) [ Internal, Required ];

J

Property J As %XML.Security.CryptoBinary(XMLREF = 1) [ Internal ];

Seed

Property Seed As %XML.Security.CryptoBinary(XMLREF = 1) [ Internal ];

PgenCounter

Property PgenCounter As %XML.Security.CryptoBinary(XMLREF = 1) [ Internal ];