public class EncryptionMethodImpl extends AbstractXMLObject implements EncryptionMethod
EncryptionMethod.| Modifier and Type | Field and Description |
|---|---|
private String |
algorithm
Algorithm attribute value.
|
private KeySize |
keySize
KeySize child element value.
|
private OAEPparams |
oaepParams
OAEPparams child element value.
|
private IndexedXMLObjectChildrenList<XMLObject> |
unknownChildren
"any" children.
|
ALGORITHM_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
EncryptionMethodImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
KeySize |
getKeySize() |
OAEPparams |
getOAEPparams() |
List<XMLObject> |
getOrderedChildren() |
List<XMLObject> |
getUnknownXMLObjects() |
List<XMLObject> |
getUnknownXMLObjects(QName typeOrName) |
void |
setAlgorithm(String newAlgorithm) |
void |
setKeySize(KeySize newKeySize) |
void |
setOAEPparams(OAEPparams newOAEPparams) |
detach, 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, equals, finalize, getClass, hashCode, 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 String algorithm
private KeySize keySize
private OAEPparams oaepParams
private final IndexedXMLObjectChildrenList<XMLObject> unknownChildren
public String getAlgorithm()
getAlgorithm in interface EncryptionMethodpublic void setAlgorithm(String newAlgorithm)
setAlgorithm in interface EncryptionMethodpublic KeySize getKeySize()
getKeySize in interface EncryptionMethodpublic void setKeySize(KeySize newKeySize)
setKeySize in interface EncryptionMethodpublic OAEPparams getOAEPparams()
getOAEPparams in interface EncryptionMethodpublic void setOAEPparams(OAEPparams newOAEPparams)
setOAEPparams in interface EncryptionMethodpublic List<XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects in interface ElementExtensibleXMLObjectpublic List<XMLObject> getUnknownXMLObjects(QName typeOrName)
getUnknownXMLObjects in interface ElementExtensibleXMLObjectpublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObjectCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.