Interface DSAKeyValueType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface DSAKeyValueType
    extends XmlObject
    An XML DSAKeyValueType(@http://www.w3.org/2000/09/xmldsig#). This is a complex type.
    • Method Detail

      • getP

        byte[] getP()
        Gets the "P" element
      • isSetP

        boolean isSetP()
        True if has "P" element
      • setP

        void setP​(byte[] p)
        Sets the "P" element
      • xsetP

        void xsetP​(CryptoBinary p)
        Sets (as xml) the "P" element
      • unsetP

        void unsetP()
        Unsets the "P" element
      • getQ

        byte[] getQ()
        Gets the "Q" element
      • isSetQ

        boolean isSetQ()
        True if has "Q" element
      • setQ

        void setQ​(byte[] q)
        Sets the "Q" element
      • xsetQ

        void xsetQ​(CryptoBinary q)
        Sets (as xml) the "Q" element
      • unsetQ

        void unsetQ()
        Unsets the "Q" element
      • getG

        byte[] getG()
        Gets the "G" element
      • isSetG

        boolean isSetG()
        True if has "G" element
      • setG

        void setG​(byte[] g)
        Sets the "G" element
      • xsetG

        void xsetG​(CryptoBinary g)
        Sets (as xml) the "G" element
      • unsetG

        void unsetG()
        Unsets the "G" element
      • getY

        byte[] getY()
        Gets the "Y" element
      • setY

        void setY​(byte[] y)
        Sets the "Y" element
      • xsetY

        void xsetY​(CryptoBinary y)
        Sets (as xml) the "Y" element
      • getJ

        byte[] getJ()
        Gets the "J" element
      • isSetJ

        boolean isSetJ()
        True if has "J" element
      • setJ

        void setJ​(byte[] j)
        Sets the "J" element
      • xsetJ

        void xsetJ​(CryptoBinary j)
        Sets (as xml) the "J" element
      • unsetJ

        void unsetJ()
        Unsets the "J" element
      • getSeed

        byte[] getSeed()
        Gets the "Seed" element
      • xgetSeed

        CryptoBinary xgetSeed()
        Gets (as xml) the "Seed" element
      • isSetSeed

        boolean isSetSeed()
        True if has "Seed" element
      • setSeed

        void setSeed​(byte[] seed)
        Sets the "Seed" element
      • xsetSeed

        void xsetSeed​(CryptoBinary seed)
        Sets (as xml) the "Seed" element
      • unsetSeed

        void unsetSeed()
        Unsets the "Seed" element
      • getPgenCounter

        byte[] getPgenCounter()
        Gets the "PgenCounter" element
      • xgetPgenCounter

        CryptoBinary xgetPgenCounter()
        Gets (as xml) the "PgenCounter" element
      • isSetPgenCounter

        boolean isSetPgenCounter()
        True if has "PgenCounter" element
      • setPgenCounter

        void setPgenCounter​(byte[] pgenCounter)
        Sets the "PgenCounter" element
      • xsetPgenCounter

        void xsetPgenCounter​(CryptoBinary pgenCounter)
        Sets (as xml) the "PgenCounter" element
      • unsetPgenCounter

        void unsetPgenCounter()
        Unsets the "PgenCounter" element