Package org.sourceid.protocol.dsig10.xml
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDSAKeyValueType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getG()Gets the "G" elementbyte[]getJ()Gets the "J" elementbyte[]getP()Gets the "P" elementbyte[]getPgenCounter()Gets the "PgenCounter" elementbyte[]getQ()Gets the "Q" elementbyte[]getSeed()Gets the "Seed" elementbyte[]getY()Gets the "Y" elementbooleanisSetG()True if has "G" elementbooleanisSetJ()True if has "J" elementbooleanisSetP()True if has "P" elementbooleanisSetPgenCounter()True if has "PgenCounter" elementbooleanisSetQ()True if has "Q" elementbooleanisSetSeed()True if has "Seed" elementvoidsetG(byte[] g)Sets the "G" elementvoidsetJ(byte[] j)Sets the "J" elementvoidsetP(byte[] p)Sets the "P" elementvoidsetPgenCounter(byte[] pgenCounter)Sets the "PgenCounter" elementvoidsetQ(byte[] q)Sets the "Q" elementvoidsetSeed(byte[] seed)Sets the "Seed" elementvoidsetY(byte[] y)Sets the "Y" elementvoidunsetG()Unsets the "G" elementvoidunsetJ()Unsets the "J" elementvoidunsetP()Unsets the "P" elementvoidunsetPgenCounter()Unsets the "PgenCounter" elementvoidunsetQ()Unsets the "Q" elementvoidunsetSeed()Unsets the "Seed" elementCryptoBinaryxgetG()Gets (as xml) the "G" elementCryptoBinaryxgetJ()Gets (as xml) the "J" elementCryptoBinaryxgetP()Gets (as xml) the "P" elementCryptoBinaryxgetPgenCounter()Gets (as xml) the "PgenCounter" elementCryptoBinaryxgetQ()Gets (as xml) the "Q" elementCryptoBinaryxgetSeed()Gets (as xml) the "Seed" elementCryptoBinaryxgetY()Gets (as xml) the "Y" elementvoidxsetG(CryptoBinary g)Sets (as xml) the "G" elementvoidxsetJ(CryptoBinary j)Sets (as xml) the "J" elementvoidxsetP(CryptoBinary p)Sets (as xml) the "P" elementvoidxsetPgenCounter(CryptoBinary pgenCounter)Sets (as xml) the "PgenCounter" elementvoidxsetQ(CryptoBinary q)Sets (as xml) the "Q" elementvoidxsetSeed(CryptoBinary seed)Sets (as xml) the "Seed" elementvoidxsetY(CryptoBinary y)Sets (as xml) the "Y" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getP
byte[] getP()
Gets the "P" element
-
xgetP
CryptoBinary xgetP()
Gets (as xml) 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
-
xgetQ
CryptoBinary xgetQ()
Gets (as xml) 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
-
xgetG
CryptoBinary xgetG()
Gets (as xml) 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
-
xgetY
CryptoBinary xgetY()
Gets (as xml) 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
-
xgetJ
CryptoBinary xgetJ()
Gets (as xml) 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
-
-