Uses of Interface
org.opensaml.xmlsec.encryption.EncryptionProperties
-
Packages that use EncryptionProperties Package Description org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. -
-
Uses of EncryptionProperties in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return EncryptionProperties Modifier and Type Method Description EncryptionPropertiesEncryptedType. getEncryptionProperties()Gets the EncryptionProperties child element.Methods in org.opensaml.xmlsec.encryption with parameters of type EncryptionProperties Modifier and Type Method Description voidEncryptedType. setEncryptionProperties(EncryptionProperties newEncryptionProperties)Sets the EncryptionProperties child element.
-