Package | Description |
---|---|
org.w3.x2000.x09.xmldsig | |
org.w3.x2000.x09.xmldsig.impl |
Modifier and Type | Method and Description |
---|---|
static CryptoBinary |
CryptoBinary.Factory.newInstance() |
static CryptoBinary |
CryptoBinary.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static CryptoBinary |
CryptoBinary.Factory.newValue(Object obj) |
static CryptoBinary |
CryptoBinary.Factory.parse(File file) |
static CryptoBinary |
CryptoBinary.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static CryptoBinary |
CryptoBinary.Factory.parse(InputStream is) |
static CryptoBinary |
CryptoBinary.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static CryptoBinary |
CryptoBinary.Factory.parse(Node node) |
static CryptoBinary |
CryptoBinary.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static CryptoBinary |
CryptoBinary.Factory.parse(Reader r) |
static CryptoBinary |
CryptoBinary.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static CryptoBinary |
CryptoBinary.Factory.parse(String xmlAsString) |
static CryptoBinary |
CryptoBinary.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static CryptoBinary |
CryptoBinary.Factory.parse(URL u) |
static CryptoBinary |
CryptoBinary.Factory.parse(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(XMLStreamReader sr) |
static CryptoBinary |
CryptoBinary.Factory.parse(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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
CryptoBinaryImpl
An XML CryptoBinary(@http://www.w3.org/2000/09/xmldsig#).
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2019. All Rights Reserved.