Uses of Interface
org.opensaml.xmlsec.encryption.Generator
-
Packages that use Generator 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 Generator in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return Generator Modifier and Type Method Description GeneratorDHKeyValue. getGenerator()Get the Generator child element.Methods in org.opensaml.xmlsec.encryption with parameters of type Generator Modifier and Type Method Description voidDHKeyValue. 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 Generator Modifier and Type Class Description classGeneratorImplConcrete implementation ofGenerator.Fields in org.opensaml.xmlsec.encryption.impl declared as Generator Modifier and Type Field Description private GeneratorDHKeyValueImpl. generatorGenerator child element.Methods in org.opensaml.xmlsec.encryption.impl that return Generator Modifier and Type Method Description GeneratorGeneratorBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.GeneratorGeneratorBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.GeneratorDHKeyValueImpl. getGenerator()Get the Generator child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type Generator Modifier and Type Method Description voidDHKeyValueImpl. setGenerator(Generator newGenerator)Set the G child element.
-