Uses of Interface
org.opensaml.xmlsec.encryption.EncryptionMethod
-
Packages that use EncryptionMethod Package Description org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. -
-
Uses of EncryptionMethod in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return EncryptionMethod Modifier and Type Method Description EncryptionMethod
EncryptedType. getEncryptionMethod()
Gets the EncryptionMethod child element.Methods in org.opensaml.xmlsec.encryption with parameters of type EncryptionMethod Modifier and Type Method Description void
EncryptedType. setEncryptionMethod(EncryptionMethod newEncryptionMethod)
Sets the EncryptionMethod child element.
-