Uses of Interface
org.opensaml.xmlsec.signature.Exponent
-
Packages that use Exponent Package Description org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.org.opensaml.xmlsec.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. -
-
Uses of Exponent in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return Exponent Modifier and Type Method Description ExponentRSAKeyValue. getExponent()Get the Exponent child element.Methods in org.opensaml.xmlsec.signature with parameters of type Exponent Modifier and Type Method Description voidRSAKeyValue. setExponent(Exponent newExponent)Set the Exponent child element. -
Uses of Exponent in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement Exponent Modifier and Type Class Description classExponentImplConcrete implementation ofExponent.Fields in org.opensaml.xmlsec.signature.impl declared as Exponent Modifier and Type Field Description private ExponentRSAKeyValueImpl. exponentExponent child element value.Methods in org.opensaml.xmlsec.signature.impl that return Exponent Modifier and Type Method Description ExponentExponentBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.ExponentExponentBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.ExponentRSAKeyValueImpl. getExponent()Get the Exponent child element.Methods in org.opensaml.xmlsec.signature.impl with parameters of type Exponent Modifier and Type Method Description voidRSAKeyValueImpl. setExponent(Exponent newExponent)Set the Exponent child element.
-