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 String
Algorithm attribute name.static final String
Element local name.static final QName
Default element name.static final String
MaxKeySize attribute name.static final String
MinKeySize attribute name.static final String
Local name of the XSI type.static final QName
QName 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.void
setAlgorithm
(String value) Get the value of the Algorithm URI attribute.void
setMaxKeySize
(Integer value) Set the value of the MaxKeySize attribute.void
setMinKeySize
(Integer value) Set the value of the MinKeySize attribute.Methods inherited from interface org.opensaml.core.xml.ElementExtensibleXMLObject
getUnknownXMLObjects, getUnknownXMLObjects
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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
-