Class DSAKeyValue

    • Constructor Detail

      • DSAKeyValue

        public DSAKeyValue​(org.w3c.dom.Element element,
                           java.lang.String baseURI)
                    throws XMLSecurityException
        Constructor DSAKeyValue
        Parameters:
        element -
        baseURI -
        Throws:
        XMLSecurityException
      • DSAKeyValue

        public DSAKeyValue​(org.w3c.dom.Document doc,
                           java.math.BigInteger P,
                           java.math.BigInteger Q,
                           java.math.BigInteger G,
                           java.math.BigInteger Y)
        Constructor DSAKeyValue
        Parameters:
        doc -
        P -
        Q -
        G -
        Y -
      • DSAKeyValue

        public DSAKeyValue​(org.w3c.dom.Document doc,
                           java.security.Key key)
                    throws java.lang.IllegalArgumentException
        Constructor DSAKeyValue
        Parameters:
        doc -
        key -
        Throws:
        java.lang.IllegalArgumentException