Uses of Interface
org.opensaml.xmlsec.encryption.Q
-
Packages that use Q 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 Q in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return Q Modifier and Type Method Description QDHKeyValue. getQ()Get the Q child element.Methods in org.opensaml.xmlsec.encryption with parameters of type Q Modifier and Type Method Description voidDHKeyValue. setQ(Q newQ)Set the Q child element. -
Uses of Q in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement Q Modifier and Type Class Description classQImplConcrete implementation ofQ.Fields in org.opensaml.xmlsec.encryption.impl declared as Q Modifier and Type Field Description private QDHKeyValueImpl. qQ child element.Methods in org.opensaml.xmlsec.encryption.impl that return Q Modifier and Type Method Description QQBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.QQBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.QDHKeyValueImpl. getQ()Get the Q child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type Q Modifier and Type Method Description voidDHKeyValueImpl. setQ(Q newQ)Set the Q child element.
-