Uses of Interface
org.apache.xml.security.encryption.Reference
Packages that use Reference
-
Uses of Reference in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement ReferenceModifier and TypeClassDescriptionprivate class
private class
private class
ReferenceImpl
is an implementation ofReference
.Fields in org.apache.xml.security.encryption with type parameters of type ReferenceMethods in org.apache.xml.security.encryption that return ReferenceModifier and TypeMethodDescriptionReferenceList.newDataReference
(String uri) DataReference
factory method.XMLCipher.Factory.ReferenceListImpl.newDataReference
(String uri) DataReference
factory method.ReferenceList.newKeyReference
(String uri) KeyReference
factory method.XMLCipher.Factory.ReferenceListImpl.newKeyReference
(String uri) KeyReference
factory method.Methods in org.apache.xml.security.encryption that return types with arguments of type ReferenceModifier and TypeMethodDescriptionReferenceList.getReferences()
Returns anIterator
over all theReference
s contained in thisReferenceList
.XMLCipher.Factory.ReferenceListImpl.getReferences()
Returns anIterator
over all theReference
s contained in thisReferenceList
.Methods in org.apache.xml.security.encryption with parameters of type ReferenceModifier and TypeMethodDescriptionvoid
Adds a reference to this reference list.void
Adds a reference to this reference list.void
Removes a reference from theReferenceList
.void
Removes a reference from theReferenceList
.