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 OAEPparamsEncryptionMethod. getOAEPparams()Gets the OAEPparams child element.Methods in org.opensaml.xmlsec.encryption with parameters of type OAEPparams Modifier and Type Method Description voidEncryptionMethod. setOAEPparams(OAEPparams newOAEPparams)Sets the OAEPparams child element.
-