Uses of Interface
org.opensaml.xmlsec.encryption.EncryptionProperties
Packages that use EncryptionProperties
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 EncryptionProperties in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return EncryptionPropertiesModifier and TypeMethodDescriptionEncryptedType.getEncryptionProperties()Gets the EncryptionProperties child element.Methods in org.opensaml.xmlsec.encryption with parameters of type EncryptionPropertiesModifier and TypeMethodDescriptionvoidEncryptedType.setEncryptionProperties(EncryptionProperties newEncryptionProperties) Sets the EncryptionProperties child element. -
Uses of EncryptionProperties in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement EncryptionPropertiesFields in org.opensaml.xmlsec.encryption.impl declared as EncryptionPropertiesModifier and TypeFieldDescriptionprivate EncryptionPropertiesEncryptedTypeImpl.encryptionPropertiesEncryptionProperties child element.Methods in org.opensaml.xmlsec.encryption.impl that return EncryptionPropertiesModifier and TypeMethodDescriptionEncryptionPropertiesBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.EncryptionPropertiesBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.EncryptedTypeImpl.getEncryptionProperties()Gets the EncryptionProperties child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type EncryptionPropertiesModifier and TypeMethodDescriptionvoidEncryptedTypeImpl.setEncryptionProperties(EncryptionProperties newEncryptionProperties) Sets the EncryptionProperties child element.