Package org.opensaml.saml.ext.saml2alg
Interface SigningMethod
- All Superinterfaces:
ElementExtensibleXMLObject,SAMLObject,XMLObject
- All Known Implementing Classes:
SigningMethodImpl
SAML v2.0 Metadata Profile for Algorithm Support Version 1.0 SigningMethod SAMLObject.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAlgorithm attribute name.static final StringElement local name.static final QNameDefault element name.static final StringMaxKeySize attribute name.static final StringMinKeySize attribute name.static final StringLocal name of the XSI type.static final QNameQName of the XSI type. -
Method Summary
Modifier and TypeMethodDescriptionGet the value of the Algorithm URI attribute.Get the value of the MaxKeySize attribute.Get the value of the MinKeySize attribute.voidsetAlgorithm(String value) Get the value of the Algorithm URI attribute.voidsetMaxKeySize(Integer value) Set the value of the MaxKeySize attribute.voidsetMinKeySize(Integer value) Set the value of the MinKeySize attribute.Methods inherited from interface org.opensaml.core.xml.ElementExtensibleXMLObject
getUnknownXMLObjects, getUnknownXMLObjectsMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
ALGORITHM_ATTRIB_NAME
Algorithm attribute name.- See Also:
-
MIN_KEY_SIZE_ATTRIB_NAME
MinKeySize attribute name.- See Also:
-
MAX_KEY_SIZE_ATTRIB_NAME
MaxKeySize attribute name.- See Also:
-
-
Method Details
-
getAlgorithm
Get the value of the Algorithm URI attribute.- Returns:
- the algorithm URI
-
setAlgorithm
Get the value of the Algorithm URI attribute.- Parameters:
value- the algorithm URI
-
getMinKeySize
Get the value of the MinKeySize attribute.- Returns:
- the MinKeySize value
-
setMinKeySize
Set the value of the MinKeySize attribute.- Parameters:
value- the MinKeySize value
-
getMaxKeySize
Get the value of the MaxKeySize attribute.- Returns:
- the MaxKeySize value
-
setMaxKeySize
Set the value of the MaxKeySize attribute.- Parameters:
value- the MaxKeySize value
-