Uses of Interface
org.opensaml.xmlsec.signature.Modulus
Packages that use Modulus
Package
Description
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
Implementations of the interfaces for XMLObjects that represent XML signature types.
-
Uses of Modulus in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return ModulusMethods in org.opensaml.xmlsec.signature with parameters of type ModulusModifier and TypeMethodDescriptionvoidRSAKeyValue.setModulus(Modulus newModulus) Set the Modulus child element. -
Uses of Modulus in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement ModulusFields in org.opensaml.xmlsec.signature.impl declared as ModulusModifier and TypeFieldDescriptionprivate ModulusRSAKeyValueImpl.modulusModulus child element value.Methods in org.opensaml.xmlsec.signature.impl that return ModulusModifier and TypeMethodDescriptionModulusBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.ModulusBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.RSAKeyValueImpl.getModulus()Get the Modulus child element.Methods in org.opensaml.xmlsec.signature.impl with parameters of type ModulusModifier and TypeMethodDescriptionvoidRSAKeyValueImpl.setModulus(Modulus newModulus) Set the Modulus child element.