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.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
-
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. -
Uses of OAEPparams in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement OAEPparamsFields in org.opensaml.xmlsec.encryption.impl declared as OAEPparamsModifier and TypeFieldDescriptionprivate OAEPparamsEncryptionMethodImpl.oaepParamsOAEPparams child element value.Methods in org.opensaml.xmlsec.encryption.impl that return OAEPparamsModifier and TypeMethodDescriptionOAEPparamsBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.OAEPparamsBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.EncryptionMethodImpl.getOAEPparams()Gets the OAEPparams child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type OAEPparamsModifier and TypeMethodDescriptionvoidEncryptionMethodImpl.setOAEPparams(OAEPparams newOAEPparams) Sets the OAEPparams child element.