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
Methods in org.apache.xml.security.encryption that return Reference Modifier and Type Method Description ReferenceReferenceList. newDataReference(String uri)DataReferencefactory method.ReferenceReferenceList. newKeyReference(String uri)KeyReferencefactory method.Methods in org.apache.xml.security.encryption that return types with arguments of type Reference Modifier and Type Method Description Iterator<Reference>ReferenceList. getReferences()Returns anIteratorover all theReferences contained in thisReferenceList.Methods in org.apache.xml.security.encryption with parameters of type Reference Modifier and Type Method Description voidReferenceList. add(Reference reference)Adds a reference to this reference list.voidReferenceList. remove(Reference reference)Removes a reference from theReferenceList.
-