Uses of Interface
org.opensaml.xmlsec.encryption.KeyReference
Packages that use KeyReference
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 KeyReference in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return types with arguments of type KeyReferenceModifier and TypeMethodDescriptionReferenceList.getKeyReferences()
Get the list of key reference child elements. -
Uses of KeyReference in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement KeyReferenceMethods in org.opensaml.xmlsec.encryption.impl that return KeyReferenceModifier and TypeMethodDescriptionKeyReferenceBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.KeyReferenceBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xmlsec.encryption.impl that return types with arguments of type KeyReferenceModifier and TypeMethodDescriptionReferenceListImpl.getKeyReferences()
Get the list of key reference child elements.