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 classprivate classprivate classReferenceImplis 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) DataReferencefactory method.XMLCipher.Factory.ReferenceListImpl.newDataReference(String uri) DataReferencefactory method.ReferenceList.newKeyReference(String uri) KeyReferencefactory method.XMLCipher.Factory.ReferenceListImpl.newKeyReference(String uri) KeyReferencefactory method.Methods in org.apache.xml.security.encryption that return types with arguments of type ReferenceModifier and TypeMethodDescriptionReferenceList.getReferences()Returns anIteratorover all theReferences contained in thisReferenceList.XMLCipher.Factory.ReferenceListImpl.getReferences()Returns anIteratorover all theReferences contained in thisReferenceList.Methods in org.apache.xml.security.encryption with parameters of type ReferenceModifier and TypeMethodDescriptionvoidAdds a reference to this reference list.voidAdds a reference to this reference list.voidRemoves a reference from theReferenceList.voidRemoves a reference from theReferenceList.