Uses of Interface
org.opensaml.xmlsec.encryption.Generator
Packages that use Generator
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 Generator in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return GeneratorMethods in org.opensaml.xmlsec.encryption with parameters of type GeneratorModifier and TypeMethodDescriptionvoidDHKeyValue.setGenerator(Generator newGenerator) Set the G child element. -
Uses of Generator in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement GeneratorFields in org.opensaml.xmlsec.encryption.impl declared as GeneratorModifier and TypeFieldDescriptionprivate GeneratorDHKeyValueImpl.generatorGenerator child element.Methods in org.opensaml.xmlsec.encryption.impl that return GeneratorModifier and TypeMethodDescriptionGeneratorBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.GeneratorBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.DHKeyValueImpl.getGenerator()Get the Generator child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type GeneratorModifier and TypeMethodDescriptionvoidDHKeyValueImpl.setGenerator(Generator newGenerator) Set the G child element.