Uses of Interface
org.sourceid.protocol.dsig10.xml.CryptoBinary
Packages that use CryptoBinary
-
Uses of CryptoBinary in org.sourceid.protocol.dsig10.xml
Methods in org.sourceid.protocol.dsig10.xml that return CryptoBinaryModifier and TypeMethodDescriptionstatic CryptoBinaryCryptoBinary.Factory.newInstance()static CryptoBinaryCryptoBinary.Factory.newInstance(XmlOptions options) static CryptoBinarystatic CryptoBinarystatic CryptoBinaryCryptoBinary.Factory.parse(File file, XmlOptions options) static CryptoBinaryCryptoBinary.Factory.parse(InputStream is) static CryptoBinaryCryptoBinary.Factory.parse(InputStream is, XmlOptions options) static CryptoBinarystatic CryptoBinaryCryptoBinary.Factory.parse(Reader r, XmlOptions options) static CryptoBinarystatic CryptoBinaryCryptoBinary.Factory.parse(String xmlAsString, XmlOptions options) static CryptoBinarystatic CryptoBinaryCryptoBinary.Factory.parse(URL u, XmlOptions options) static CryptoBinaryCryptoBinary.Factory.parse(XMLStreamReader sr) static CryptoBinaryCryptoBinary.Factory.parse(XMLStreamReader sr, XmlOptions options) static CryptoBinaryCryptoBinary.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static CryptoBinaryCryptoBinary.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) Deprecated.XMLInputStreamstatic CryptoBinarystatic CryptoBinaryCryptoBinary.Factory.parse(Node node, XmlOptions options) RSAKeyValueType.xgetExponent()Gets (as xml) the "Exponent" elementDSAKeyValueType.xgetG()Gets (as xml) the "G" elementDSAKeyValueType.xgetJ()Gets (as xml) the "J" elementRSAKeyValueType.xgetModulus()Gets (as xml) the "Modulus" elementDSAKeyValueType.xgetP()Gets (as xml) the "P" elementDSAKeyValueType.xgetPgenCounter()Gets (as xml) the "PgenCounter" elementDSAKeyValueType.xgetQ()Gets (as xml) the "Q" elementDSAKeyValueType.xgetSeed()Gets (as xml) the "Seed" elementDSAKeyValueType.xgetY()Gets (as xml) the "Y" elementMethods in org.sourceid.protocol.dsig10.xml with parameters of type CryptoBinaryModifier and TypeMethodDescriptionvoidRSAKeyValueType.xsetExponent(CryptoBinary exponent) Sets (as xml) the "Exponent" elementvoidDSAKeyValueType.xsetG(CryptoBinary g) Sets (as xml) the "G" elementvoidDSAKeyValueType.xsetJ(CryptoBinary j) Sets (as xml) the "J" elementvoidRSAKeyValueType.xsetModulus(CryptoBinary modulus) Sets (as xml) the "Modulus" elementvoidDSAKeyValueType.xsetP(CryptoBinary p) Sets (as xml) the "P" elementvoidDSAKeyValueType.xsetPgenCounter(CryptoBinary pgenCounter) Sets (as xml) the "PgenCounter" elementvoidDSAKeyValueType.xsetQ(CryptoBinary q) Sets (as xml) the "Q" elementvoidDSAKeyValueType.xsetSeed(CryptoBinary seed) Sets (as xml) the "Seed" elementvoidDSAKeyValueType.xsetY(CryptoBinary y) Sets (as xml) the "Y" element
XMLInputStream