public class SigningMethodImpl extends AbstractSAMLObject implements SigningMethod
SigningMethod.| Modifier and Type | Field and Description |
|---|---|
private String |
algorithm
Algorithm attribute value.
|
private Integer |
maxKeySize
MaxKeySize attribute value.
|
private Integer |
minKeySize
MinKeySize attribute value.
|
private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> |
unknownChildren
Wildcard child elements.
|
ALGORITHM_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, MAX_KEY_SIZE_ATTRIB_NAME, MIN_KEY_SIZE_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME| Constructor and Description |
|---|
SigningMethodImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
Integer |
getMaxKeySize() |
Integer |
getMinKeySize() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
List<org.opensaml.core.xml.XMLObject> |
getUnknownXMLObjects() |
List<org.opensaml.core.xml.XMLObject> |
getUnknownXMLObjects(QName typeOrName) |
void |
setAlgorithm(String newValue) |
void |
setMaxKeySize(Integer newValue) |
void |
setMinKeySize(Integer newValue) |
equals, hashCode, prepareForAssignmentdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate final org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> unknownChildren
private String algorithm
private Integer minKeySize
private Integer maxKeySize
@Nullable public String getAlgorithm()
getAlgorithm in interface SigningMethodpublic void setAlgorithm(@Nullable String newValue)
setAlgorithm in interface SigningMethod@Nullable public Integer getMinKeySize()
getMinKeySize in interface SigningMethodpublic void setMinKeySize(@Nullable Integer newValue)
setMinKeySize in interface SigningMethod@Nullable public Integer getMaxKeySize()
getMaxKeySize in interface SigningMethodpublic void setMaxKeySize(@Nullable Integer newValue)
setMaxKeySize in interface SigningMethodpublic List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects in interface org.opensaml.core.xml.ElementExtensibleXMLObjectpublic List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects(QName typeOrName)
getUnknownXMLObjects in interface org.opensaml.core.xml.ElementExtensibleXMLObjectpublic List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.