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. -
-
Uses of Generator in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return Generator Modifier and Type Method Description Generator
DHKeyValue. getGenerator()
Get the Generator child element.Methods in org.opensaml.xmlsec.encryption with parameters of type Generator Modifier and Type Method Description void
DHKeyValue. setGenerator(Generator newGenerator)
Set the G child element.
-