Uses of Interface
org.opensaml.xmlsec.encryption.OAEPparams
Packages that use OAEPparams
Package
Description
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 OAEPparamsModifier and TypeMethodDescriptionEncryptionMethod.getOAEPparams()Gets the OAEPparams child element.Methods in org.opensaml.xmlsec.encryption with parameters of type OAEPparamsModifier and TypeMethodDescriptionvoidEncryptionMethod.setOAEPparams(OAEPparams newOAEPparams) Sets the OAEPparams child element.