Uses of Interface
org.opensaml.xmlsec.encryption.ReferenceType
Packages that use ReferenceType
Package
Description
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
-
Uses of ReferenceType in org.opensaml.xmlsec.encryption
Subinterfaces of ReferenceType in org.opensaml.xmlsec.encryptionModifier and TypeInterfaceDescriptioninterface
XMLObject representing XML Encryption, version 20021210, DataReference element.interface
XMLObject representing XML Encryption, version 20021210, KeyReference element.Methods in org.opensaml.xmlsec.encryption that return types with arguments of type ReferenceTypeModifier and TypeMethodDescriptionReferenceList.getReferences()
Get the list of reference child elements. -
Uses of ReferenceType in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement ReferenceTypeModifier and TypeClassDescriptionclass
Concrete implementation ofDataReference
.class
Concrete implementation ofKeyReference
.class
Concrete implementation ofReferenceType
.Fields in org.opensaml.xmlsec.encryption.impl with type parameters of type ReferenceTypeModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<ReferenceType>
ReferenceListImpl.indexedChildren
ReferenceType child elements.Methods in org.opensaml.xmlsec.encryption.impl that return types with arguments of type ReferenceTypeModifier and TypeMethodDescriptionReferenceListImpl.getReferences()
Get the list of reference child elements.