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

Packages that use RSAKeyValue
org.opensaml.xml.security.keyinfo Interfaces and classes for working with XML KeyInfo elements. 
org.opensaml.xml.security.keyinfo.provider Specific implementations of KeyInfoProvider
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. 
org.opensaml.xml.signature.validator   
 

Uses of RSAKeyValue in org.opensaml.xml.security.keyinfo
 

Methods in org.opensaml.xml.security.keyinfo that return RSAKeyValue
static RSAKeyValue KeyInfoHelper.buildRSAKeyValue(RSAPublicKey rsaPubKey)
          Builds an RSAKeyValue XMLObject from the Java security RSA public key type.
 

Methods in org.opensaml.xml.security.keyinfo with parameters of type RSAKeyValue
static PublicKey KeyInfoHelper.getRSAKey(RSAKeyValue keyDescriptor)
          Builds an RSA key from an RSAKeyValue element.
 

Uses of RSAKeyValue in org.opensaml.xml.security.keyinfo.provider
 

Methods in org.opensaml.xml.security.keyinfo.provider that return RSAKeyValue
protected  RSAKeyValue RSAKeyValueProvider.getRSAKeyValue(XMLObject xmlObject)
          Get the RSAKeyValue from the passed XML object.
 

Uses of RSAKeyValue in org.opensaml.xml.signature
 

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

Methods in org.opensaml.xml.signature with parameters of type RSAKeyValue
 void KeyValue.setRSAKeyValue(RSAKeyValue newRSAKeyValue)
          Set the RSAKeyValue child element
 

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

Classes in org.opensaml.xml.signature.impl that implement RSAKeyValue
 class RSAKeyValueImpl
          Concrete implementation of RSAKeyValue
 

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

Methods in org.opensaml.xml.signature.impl with parameters of type RSAKeyValue
 void KeyValueImpl.setRSAKeyValue(RSAKeyValue newRSAKeyValue)
          Set the RSAKeyValue child element
 

Uses of RSAKeyValue in org.opensaml.xml.signature.validator
 

Methods in org.opensaml.xml.signature.validator with parameters of type RSAKeyValue
 void RSAKeyValueSchemaValidator.validate(RSAKeyValue xmlObject)
          Checks to see if a XMLObject is valid.
protected  void RSAKeyValueSchemaValidator.validateChildrenPresence(RSAKeyValue xmlObject)
          Validate that all children are present.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.