Package org.sourceid.protocol.dsig10.xml
Interface SignatureMethodType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface SignatureMethodType extends XmlObject
An XML SignatureMethodType(@http://www.w3.org/2000/09/xmldsig#). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSignatureMethodType.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 StringgetAlgorithm()Gets the "Algorithm" attributeBigIntegergetHMACOutputLength()Gets the "HMACOutputLength" elementbooleanisSetHMACOutputLength()True if has "HMACOutputLength" elementvoidsetAlgorithm(String algorithm)Sets the "Algorithm" attributevoidsetHMACOutputLength(BigInteger hmacOutputLength)Sets the "HMACOutputLength" elementvoidunsetHMACOutputLength()Unsets the "HMACOutputLength" elementXmlAnyURIxgetAlgorithm()Gets (as xml) the "Algorithm" attributeHMACOutputLengthTypexgetHMACOutputLength()Gets (as xml) the "HMACOutputLength" elementvoidxsetAlgorithm(XmlAnyURI algorithm)Sets (as xml) the "Algorithm" attributevoidxsetHMACOutputLength(HMACOutputLengthType hmacOutputLength)Sets (as xml) the "HMACOutputLength" 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
-
getHMACOutputLength
BigInteger getHMACOutputLength()
Gets the "HMACOutputLength" element
-
xgetHMACOutputLength
HMACOutputLengthType xgetHMACOutputLength()
Gets (as xml) the "HMACOutputLength" element
-
isSetHMACOutputLength
boolean isSetHMACOutputLength()
True if has "HMACOutputLength" element
-
setHMACOutputLength
void setHMACOutputLength(BigInteger hmacOutputLength)
Sets the "HMACOutputLength" element
-
xsetHMACOutputLength
void xsetHMACOutputLength(HMACOutputLengthType hmacOutputLength)
Sets (as xml) the "HMACOutputLength" element
-
unsetHMACOutputLength
void unsetHMACOutputLength()
Unsets the "HMACOutputLength" element
-
getAlgorithm
String getAlgorithm()
Gets the "Algorithm" attribute
-
xgetAlgorithm
XmlAnyURI xgetAlgorithm()
Gets (as xml) the "Algorithm" attribute
-
setAlgorithm
void setAlgorithm(String algorithm)
Sets the "Algorithm" attribute
-
xsetAlgorithm
void xsetAlgorithm(XmlAnyURI algorithm)
Sets (as xml) the "Algorithm" attribute
-
-