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. -
-
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.
-