public interface SigningMethod extends SAMLObject, ElementExtensibleXMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ALGORITHM_ATTRIB_NAME
Algorithm attribute name.
|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
MAX_KEY_SIZE_ATTRIB_NAME
MaxKeySize attribute name.
|
static java.lang.String |
MIN_KEY_SIZE_ATTRIB_NAME
MinKeySize attribute name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm()
Get the value of the Algorithm URI attribute.
|
java.lang.Integer |
getMaxKeySize()
Get the value of the MaxKeySize attribute.
|
java.lang.Integer |
getMinKeySize()
Get the value of the MinKeySize attribute.
|
void |
setAlgorithm(java.lang.String value)
Get the value of the Algorithm URI attribute.
|
void |
setMaxKeySize(java.lang.Integer value)
Set the value of the MaxKeySize attribute.
|
void |
setMinKeySize(java.lang.Integer value)
Set the value of the MinKeySize attribute.
|
getUnknownXMLObjects, getUnknownXMLObjectsdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String ALGORITHM_ATTRIB_NAME
static final java.lang.String MIN_KEY_SIZE_ATTRIB_NAME
static final java.lang.String MAX_KEY_SIZE_ATTRIB_NAME
@Nullable java.lang.String getAlgorithm()
void setAlgorithm(@Nullable
java.lang.String value)
value - the algorithm URI@Nullable java.lang.Integer getMinKeySize()
void setMinKeySize(@Nullable
java.lang.Integer value)
value - the MinKeySize value@Nullable java.lang.Integer getMaxKeySize()
void setMaxKeySize(@Nullable
java.lang.Integer value)
value - the MaxKeySize value