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