Uses of Interface
org.opensaml.xmlsec.encryption.OtherSource
Packages that use OtherSource
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 OtherSource in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return OtherSourceMethods in org.opensaml.xmlsec.encryption with parameters of type OtherSourceModifier and TypeMethodDescriptionvoidSalt.setOtherSource(OtherSource source) Set the OtherSource child element. -
Uses of OtherSource in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement OtherSourceFields in org.opensaml.xmlsec.encryption.impl declared as OtherSourceModifier and TypeFieldDescriptionprivate OtherSourceSaltImpl.otherSourceOtherSource child element value.Methods in org.opensaml.xmlsec.encryption.impl that return OtherSourceModifier and TypeMethodDescriptionOtherSourceBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.OtherSourceBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.SaltImpl.getOtherSource()Get the OtherSource child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type OtherSourceModifier and TypeMethodDescriptionvoidSaltImpl.setOtherSource(OtherSource newOtherSource) Set the OtherSource child element.