Class XMLCipher.Factory.ReferenceListImpl.DataReference
- java.lang.Object
-
- org.apache.xml.security.encryption.XMLCipher.Factory.ReferenceListImpl.ReferenceImpl
-
- org.apache.xml.security.encryption.XMLCipher.Factory.ReferenceListImpl.DataReference
-
- All Implemented Interfaces:
Reference
- Enclosing class:
- XMLCipher.Factory.ReferenceListImpl
private class XMLCipher.Factory.ReferenceListImpl.DataReference extends XMLCipher.Factory.ReferenceListImpl.ReferenceImpl
-
-
Constructor Summary
Constructors Constructor Description DataReference(java.lang.String uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getType()
Returns theElement
tag name for thisReference
.-
Methods inherited from class org.apache.xml.security.encryption.XMLCipher.Factory.ReferenceListImpl.ReferenceImpl
addElementRetrievalInformation, getElementRetrievalInformation, getURI, removeElementRetrievalInformation, setURI, toElement
-
-
-
-
Method Detail
-
getType
public java.lang.String getType()
Returns theElement
tag name for thisReference
.- Specified by:
getType
in interfaceReference
- Specified by:
getType
in classXMLCipher.Factory.ReferenceListImpl.ReferenceImpl
- Returns:
- the tag name of this
Reference
.
-
-