Package org.sourceid.protocol.dsig10.xml
Interface SPKIDataType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface SPKIDataType extends XmlObject
An XML SPKIDataType(@http://www.w3.org/2000/09/xmldsig#). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSPKIDataType.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 XmlBase64BinaryaddNewSPKISexp()Appends and returns a new empty value (as xml) as the last "SPKISexp" elementvoidaddSPKISexp(byte[] spkiSexp)Appends the value as the last "SPKISexp" elementbyte[][]getSPKISexpArray()Gets array of all "SPKISexp" elementsbyte[]getSPKISexpArray(int i)Gets ith "SPKISexp" elementXmlBase64BinaryinsertNewSPKISexp(int i)Inserts and returns a new empty value (as xml) as the ith "SPKISexp" elementvoidinsertSPKISexp(int i, byte[] spkiSexp)Inserts the value as the ith "SPKISexp" elementvoidremoveSPKISexp(int i)Removes the ith "SPKISexp" elementvoidsetSPKISexpArray(byte[][] spkiSexpArray)Sets array of all "SPKISexp" elementvoidsetSPKISexpArray(int i, byte[] spkiSexp)Sets ith "SPKISexp" elementintsizeOfSPKISexpArray()Returns number of "SPKISexp" elementXmlBase64Binary[]xgetSPKISexpArray()Gets (as xml) array of all "SPKISexp" elementsXmlBase64BinaryxgetSPKISexpArray(int i)Gets (as xml) ith "SPKISexp" elementvoidxsetSPKISexpArray(int i, XmlBase64Binary spkiSexp)Sets (as xml) ith "SPKISexp" elementvoidxsetSPKISexpArray(XmlBase64Binary[] spkiSexpArray)Sets (as xml) array of all "SPKISexp" 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
-
getSPKISexpArray
byte[][] getSPKISexpArray()
Gets array of all "SPKISexp" elements
-
getSPKISexpArray
byte[] getSPKISexpArray(int i)
Gets ith "SPKISexp" element
-
xgetSPKISexpArray
XmlBase64Binary[] xgetSPKISexpArray()
Gets (as xml) array of all "SPKISexp" elements
-
xgetSPKISexpArray
XmlBase64Binary xgetSPKISexpArray(int i)
Gets (as xml) ith "SPKISexp" element
-
sizeOfSPKISexpArray
int sizeOfSPKISexpArray()
Returns number of "SPKISexp" element
-
setSPKISexpArray
void setSPKISexpArray(byte[][] spkiSexpArray)
Sets array of all "SPKISexp" element
-
setSPKISexpArray
void setSPKISexpArray(int i, byte[] spkiSexp)Sets ith "SPKISexp" element
-
xsetSPKISexpArray
void xsetSPKISexpArray(XmlBase64Binary[] spkiSexpArray)
Sets (as xml) array of all "SPKISexp" element
-
xsetSPKISexpArray
void xsetSPKISexpArray(int i, XmlBase64Binary spkiSexp)Sets (as xml) ith "SPKISexp" element
-
insertSPKISexp
void insertSPKISexp(int i, byte[] spkiSexp)Inserts the value as the ith "SPKISexp" element
-
addSPKISexp
void addSPKISexp(byte[] spkiSexp)
Appends the value as the last "SPKISexp" element
-
insertNewSPKISexp
XmlBase64Binary insertNewSPKISexp(int i)
Inserts and returns a new empty value (as xml) as the ith "SPKISexp" element
-
addNewSPKISexp
XmlBase64Binary addNewSPKISexp()
Appends and returns a new empty value (as xml) as the last "SPKISexp" element
-
removeSPKISexp
void removeSPKISexp(int i)
Removes the ith "SPKISexp" element
-
-