Uses of Interface
org.apache.xml.security.encryption.Reference
-
Packages that use Reference Package Description org.apache.xml.security.encryption -
-
Uses of Reference in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement Reference Modifier and Type Class Description private class
XMLCipher.Factory.ReferenceListImpl.DataReference
private class
XMLCipher.Factory.ReferenceListImpl.KeyReference
private class
XMLCipher.Factory.ReferenceListImpl.ReferenceImpl
ReferenceImpl
is an implementation ofReference
.Fields in org.apache.xml.security.encryption with type parameters of type Reference Modifier and Type Field Description private java.util.List<Reference>
XMLCipher.Factory.ReferenceListImpl. references
Methods in org.apache.xml.security.encryption that return Reference Modifier and Type Method Description Reference
ReferenceList. newDataReference(java.lang.String uri)
DataReference
factory method.Reference
XMLCipher.Factory.ReferenceListImpl. newDataReference(java.lang.String uri)
DataReference
factory method.Reference
ReferenceList. newKeyReference(java.lang.String uri)
KeyReference
factory method.Reference
XMLCipher.Factory.ReferenceListImpl. newKeyReference(java.lang.String uri)
KeyReference
factory method.Methods in org.apache.xml.security.encryption that return types with arguments of type Reference Modifier and Type Method Description java.util.Iterator<Reference>
ReferenceList. getReferences()
Returns anIterator
over all theReference
s contained in thisReferenceList
.java.util.Iterator<Reference>
XMLCipher.Factory.ReferenceListImpl. getReferences()
Returns anIterator
over all theReference
s contained in thisReferenceList
.Methods in org.apache.xml.security.encryption with parameters of type Reference Modifier and Type Method Description void
ReferenceList. add(Reference reference)
Adds a reference to this reference list.void
XMLCipher.Factory.ReferenceListImpl. add(Reference reference)
Adds a reference to this reference list.void
ReferenceList. remove(Reference reference)
Removes a reference from theReferenceList
.void
XMLCipher.Factory.ReferenceListImpl. remove(Reference reference)
Removes a reference from theReferenceList
.
-