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

Packages that use Exponent
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 Exponent in org.opensaml.xml.signature
 

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

Methods in org.opensaml.xml.signature with parameters of type Exponent
 void RSAKeyValue.setExponent(Exponent newExponent)
          Set the Exponent child element.
 

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

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

Fields in org.opensaml.xml.signature.impl declared as Exponent
private  Exponent RSAKeyValueImpl.exponent
          Exponent child element value
 

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

Methods in org.opensaml.xml.signature.impl with parameters of type Exponent
 void RSAKeyValueImpl.setExponent(Exponent newExponent)
          Set the Exponent child element.
 



Copyright © 1999-2012. All Rights Reserved.