Uses of Interface
org.opensaml.xmlsec.signature.Modulus
-
Packages that use Modulus Package Description org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. -
-
Uses of Modulus in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return Modulus Modifier and Type Method Description Modulus
RSAKeyValue. getModulus()
Get the Modulus child element.Methods in org.opensaml.xmlsec.signature with parameters of type Modulus Modifier and Type Method Description void
RSAKeyValue. setModulus(Modulus newModulus)
Set the Modulus child element.
-