Uses of Interface
org.opensaml.xmlsec.encryption.EncryptionProperty
Packages that use EncryptionProperty
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 EncryptionProperty in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return types with arguments of type EncryptionPropertyModifier and TypeMethodDescriptionEncryptionProperties.getEncryptionProperties()Get the list of EncryptionProperty child elements. -
Uses of EncryptionProperty in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement EncryptionPropertyFields in org.opensaml.xmlsec.encryption.impl with type parameters of type EncryptionPropertyModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<EncryptionProperty>EncryptionPropertiesImpl.encryptionPropertiesEncryptionProperty child elements.Methods in org.opensaml.xmlsec.encryption.impl that return EncryptionPropertyModifier and TypeMethodDescriptionEncryptionPropertyBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.EncryptionPropertyBuilder.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 EncryptionPropertyModifier and TypeMethodDescriptionEncryptionPropertiesImpl.getEncryptionProperties()Get the list of EncryptionProperty child elements.