Uses of Interface
org.opensaml.xml.signature.Modulus

Packages that use Modulus
org.opensaml.xml.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. 
org.opensaml.xml.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. 
 

Uses of Modulus in org.opensaml.xml.signature
 

Methods in org.opensaml.xml.signature that return Modulus
 Modulus RSAKeyValue.getModulus()
          Get the Modulus child element.
 

Methods in org.opensaml.xml.signature with parameters of type Modulus
 void RSAKeyValue.setModulus(Modulus newModulus)
          Set the Modulus child element.
 

Uses of Modulus in org.opensaml.xml.signature.impl
 

Classes in org.opensaml.xml.signature.impl that implement Modulus
 class ModulusImpl
          Concrete implementation of Exponent
 

Fields in org.opensaml.xml.signature.impl declared as Modulus
private  Modulus RSAKeyValueImpl.modulus
          Modulus child element value
 

Methods in org.opensaml.xml.signature.impl that return Modulus
 Modulus ModulusBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
 Modulus ModulusBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 Modulus RSAKeyValueImpl.getModulus()
          Get the Modulus child element.
 

Methods in org.opensaml.xml.signature.impl with parameters of type Modulus
 void RSAKeyValueImpl.setModulus(Modulus newModulus)
          Set the Modulus child element.
 



Copyright © 1999-2013. All Rights Reserved.