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.org.opensaml.xmlsec.encryption.impl 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 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. -
Uses of OAEPparams in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement OAEPparams Modifier and Type Class Description classOAEPparamsImplConcrete implementation ofOAEPparams.Fields in org.opensaml.xmlsec.encryption.impl declared as OAEPparams Modifier and Type Field Description private OAEPparamsEncryptionMethodImpl. oaepParamsOAEPparams child element value.Methods in org.opensaml.xmlsec.encryption.impl that return OAEPparams Modifier and Type Method Description OAEPparamsOAEPparamsBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.OAEPparamsOAEPparamsBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.OAEPparamsEncryptionMethodImpl. getOAEPparams()Gets the OAEPparams child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type OAEPparams Modifier and Type Method Description voidEncryptionMethodImpl. setOAEPparams(OAEPparams newOAEPparams)Sets the OAEPparams child element.
-