|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EncryptionMethod
XMLObject representing XML Encryption, version 20021210, EncryptionMethod element.
| Field Summary | |
|---|---|
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 |
TYPE_LOCAL_NAME
Local name of the XSI type. |
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type. |
| Method Summary | |
|---|---|
java.lang.String |
getAlgorithm()
Gets the algorithm URI attribute used in this EncryptionMethod. |
KeySize |
getKeySize()
Gets the KeySize child element. |
OAEPparams |
getOAEPparams()
Gets the OAEPparams child element. |
void |
setAlgorithm(java.lang.String newAlgorithm)
Sets the algorithm URI attribute used in this EncryptionMethod. |
void |
setKeySize(KeySize newKeySize)
Sets the KeySize child element. |
void |
setOAEPparams(OAEPparams newOAEPparams)
Sets the OAEPparams child element. |
| Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate |
| Methods inherited from interface org.opensaml.xml.ElementExtensibleXMLObject |
|---|
getUnknownXMLObjects, getUnknownXMLObjects |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Field Detail |
|---|
static 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
| Method Detail |
|---|
java.lang.String getAlgorithm()
void setAlgorithm(java.lang.String newAlgorithm)
newAlgorithm - the new Algorithm URI attribute stringKeySize getKeySize()
void setKeySize(KeySize newKeySize)
newKeySize - the new KeySize child elementOAEPparams getOAEPparams()
void setOAEPparams(OAEPparams newOAEPparams)
newOAEPparams - the new OAEPparams child element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||