|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CryptoBinary | |
---|---|
org.w3.x2000.x09.xmldsig | |
org.w3.x2000.x09.xmldsig.impl |
Uses of CryptoBinary in org.w3.x2000.x09.xmldsig |
---|
Methods in org.w3.x2000.x09.xmldsig that return CryptoBinary | |
---|---|
static CryptoBinary |
CryptoBinary.Factory.newInstance()
|
static CryptoBinary |
CryptoBinary.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static CryptoBinary |
CryptoBinary.Factory.newValue(java.lang.Object obj)
|
static CryptoBinary |
CryptoBinary.Factory.parse(java.io.File file)
|
static CryptoBinary |
CryptoBinary.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static CryptoBinary |
CryptoBinary.Factory.parse(java.io.InputStream is)
|
static CryptoBinary |
CryptoBinary.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static CryptoBinary |
CryptoBinary.Factory.parse(org.w3c.dom.Node node)
|
static CryptoBinary |
CryptoBinary.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static CryptoBinary |
CryptoBinary.Factory.parse(java.io.Reader r)
|
static CryptoBinary |
CryptoBinary.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static CryptoBinary |
CryptoBinary.Factory.parse(java.lang.String xmlAsString)
|
static CryptoBinary |
CryptoBinary.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static CryptoBinary |
CryptoBinary.Factory.parse(java.net.URL u)
|
static CryptoBinary |
CryptoBinary.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static CryptoBinary |
CryptoBinary.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static CryptoBinary |
CryptoBinary.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static CryptoBinary |
CryptoBinary.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static CryptoBinary |
CryptoBinary.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
CryptoBinary |
RSAKeyValueType.xgetExponent()
Gets (as xml) the "Exponent" element |
CryptoBinary |
DSAKeyValueType.xgetG()
Gets (as xml) the "G" element |
CryptoBinary |
DSAKeyValueType.xgetJ()
Gets (as xml) the "J" element |
CryptoBinary |
RSAKeyValueType.xgetModulus()
Gets (as xml) the "Modulus" element |
CryptoBinary |
DSAKeyValueType.xgetP()
Gets (as xml) the "P" element |
CryptoBinary |
DSAKeyValueType.xgetPgenCounter()
Gets (as xml) the "PgenCounter" element |
CryptoBinary |
DSAKeyValueType.xgetQ()
Gets (as xml) the "Q" element |
CryptoBinary |
DSAKeyValueType.xgetSeed()
Gets (as xml) the "Seed" element |
CryptoBinary |
DSAKeyValueType.xgetY()
Gets (as xml) the "Y" element |
Methods in org.w3.x2000.x09.xmldsig with parameters of type CryptoBinary | |
---|---|
void |
RSAKeyValueType.xsetExponent(CryptoBinary exponent)
Sets (as xml) the "Exponent" element |
void |
DSAKeyValueType.xsetG(CryptoBinary g)
Sets (as xml) the "G" element |
void |
DSAKeyValueType.xsetJ(CryptoBinary j)
Sets (as xml) the "J" element |
void |
RSAKeyValueType.xsetModulus(CryptoBinary modulus)
Sets (as xml) the "Modulus" element |
void |
DSAKeyValueType.xsetP(CryptoBinary p)
Sets (as xml) the "P" element |
void |
DSAKeyValueType.xsetPgenCounter(CryptoBinary pgenCounter)
Sets (as xml) the "PgenCounter" element |
void |
DSAKeyValueType.xsetQ(CryptoBinary q)
Sets (as xml) the "Q" element |
void |
DSAKeyValueType.xsetSeed(CryptoBinary seed)
Sets (as xml) the "Seed" element |
void |
DSAKeyValueType.xsetY(CryptoBinary y)
Sets (as xml) the "Y" element |
Uses of CryptoBinary in org.w3.x2000.x09.xmldsig.impl |
---|
Classes in org.w3.x2000.x09.xmldsig.impl that implement CryptoBinary | |
---|---|
class |
CryptoBinaryImpl
An XML CryptoBinary(@http://www.w3.org/2000/09/xmldsig#). |
Methods in org.w3.x2000.x09.xmldsig.impl that return CryptoBinary | |
---|---|
CryptoBinary |
RSAKeyValueTypeImpl.xgetExponent()
Gets (as xml) the "Exponent" element |
CryptoBinary |
DSAKeyValueTypeImpl.xgetG()
Gets (as xml) the "G" element |
CryptoBinary |
DSAKeyValueTypeImpl.xgetJ()
Gets (as xml) the "J" element |
CryptoBinary |
RSAKeyValueTypeImpl.xgetModulus()
Gets (as xml) the "Modulus" element |
CryptoBinary |
DSAKeyValueTypeImpl.xgetP()
Gets (as xml) the "P" element |
CryptoBinary |
DSAKeyValueTypeImpl.xgetPgenCounter()
Gets (as xml) the "PgenCounter" element |
CryptoBinary |
DSAKeyValueTypeImpl.xgetQ()
Gets (as xml) the "Q" element |
CryptoBinary |
DSAKeyValueTypeImpl.xgetSeed()
Gets (as xml) the "Seed" element |
CryptoBinary |
DSAKeyValueTypeImpl.xgetY()
Gets (as xml) the "Y" element |
Methods in org.w3.x2000.x09.xmldsig.impl with parameters of type CryptoBinary | |
---|---|
void |
RSAKeyValueTypeImpl.xsetExponent(CryptoBinary exponent)
Sets (as xml) the "Exponent" element |
void |
DSAKeyValueTypeImpl.xsetG(CryptoBinary g)
Sets (as xml) the "G" element |
void |
DSAKeyValueTypeImpl.xsetJ(CryptoBinary j)
Sets (as xml) the "J" element |
void |
RSAKeyValueTypeImpl.xsetModulus(CryptoBinary modulus)
Sets (as xml) the "Modulus" element |
void |
DSAKeyValueTypeImpl.xsetP(CryptoBinary p)
Sets (as xml) the "P" element |
void |
DSAKeyValueTypeImpl.xsetPgenCounter(CryptoBinary pgenCounter)
Sets (as xml) the "PgenCounter" element |
void |
DSAKeyValueTypeImpl.xsetQ(CryptoBinary q)
Sets (as xml) the "Q" element |
void |
DSAKeyValueTypeImpl.xsetSeed(CryptoBinary seed)
Sets (as xml) the "Seed" element |
void |
DSAKeyValueTypeImpl.xsetY(CryptoBinary y)
Sets (as xml) the "Y" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |