Uses of Interface
org.sourceid.protocol.dsig10.xml.CryptoBinary
-
Packages that use CryptoBinary Package Description org.sourceid.protocol.dsig10.xml -
-
Uses of CryptoBinary in org.sourceid.protocol.dsig10.xml
Methods in org.sourceid.protocol.dsig10.xml that return CryptoBinary Modifier and Type Method Description static CryptoBinaryCryptoBinary.Factory. newInstance()static CryptoBinaryCryptoBinary.Factory. newInstance(XmlOptions options)static CryptoBinaryCryptoBinary.Factory. newValue(Object obj)static CryptoBinaryCryptoBinary.Factory. parse(File file)static CryptoBinaryCryptoBinary.Factory. parse(File file, XmlOptions options)static CryptoBinaryCryptoBinary.Factory. parse(InputStream is)static CryptoBinaryCryptoBinary.Factory. parse(InputStream is, XmlOptions options)static CryptoBinaryCryptoBinary.Factory. parse(Reader r)static CryptoBinaryCryptoBinary.Factory. parse(Reader r, XmlOptions options)static CryptoBinaryCryptoBinary.Factory. parse(String xmlAsString)static CryptoBinaryCryptoBinary.Factory. parse(String xmlAsString, XmlOptions options)static CryptoBinaryCryptoBinary.Factory. parse(URL u)static 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.XMLInputStreamstatic CryptoBinaryCryptoBinary.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic CryptoBinaryCryptoBinary.Factory. parse(Node node)static CryptoBinaryCryptoBinary.Factory. parse(Node node, XmlOptions options)CryptoBinaryRSAKeyValueType. xgetExponent()Gets (as xml) the "Exponent" elementCryptoBinaryDSAKeyValueType. xgetG()Gets (as xml) the "G" elementCryptoBinaryDSAKeyValueType. xgetJ()Gets (as xml) the "J" elementCryptoBinaryRSAKeyValueType. xgetModulus()Gets (as xml) the "Modulus" elementCryptoBinaryDSAKeyValueType. xgetP()Gets (as xml) the "P" elementCryptoBinaryDSAKeyValueType. xgetPgenCounter()Gets (as xml) the "PgenCounter" elementCryptoBinaryDSAKeyValueType. xgetQ()Gets (as xml) the "Q" elementCryptoBinaryDSAKeyValueType. xgetSeed()Gets (as xml) the "Seed" elementCryptoBinaryDSAKeyValueType. xgetY()Gets (as xml) the "Y" elementMethods in org.sourceid.protocol.dsig10.xml with parameters of type CryptoBinary Modifier and Type Method Description voidRSAKeyValueType. 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
-