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

Packages that use DSAKeyValue
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 DSAKeyValue in org.opensaml.xml.security.keyinfo
 

Methods in org.opensaml.xml.security.keyinfo that return DSAKeyValue
static DSAKeyValue KeyInfoHelper.buildDSAKeyValue(DSAPublicKey dsaPubKey)
          Builds a DSAKeyValue XMLObject from the Java security DSA public key type.
 

Methods in org.opensaml.xml.security.keyinfo with parameters of type DSAKeyValue
static PublicKey KeyInfoHelper.getDSAKey(DSAKeyValue keyDescriptor)
          Builds an DSA key from a DSAKeyValue element.
static PublicKey KeyInfoHelper.getDSAKey(DSAKeyValue keyDescriptor, DSAParams dsaParams)
          Builds a DSA key from an DSAKeyValue element and the supplied Java DSAParams, which supplies key material from a shared key family.
static boolean KeyInfoHelper.hasCompleteDSAParams(DSAKeyValue keyDescriptor)
          Check whether the specified DSAKeyValue element has the all optional DSA values which can be shared amongst many keys in a DSA "key family", and are presumed to be known from context.
 

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

Methods in org.opensaml.xml.security.keyinfo.provider that return DSAKeyValue
protected  DSAKeyValue DSAKeyValueProvider.getDSAKeyValue(XMLObject xmlObject)
          Get the DSAKeyValue from the passed XML object.
 

Uses of DSAKeyValue in org.opensaml.xml.signature
 

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

Methods in org.opensaml.xml.signature with parameters of type DSAKeyValue
 void KeyValue.setDSAKeyValue(DSAKeyValue newDSAKeyValue)
          Set the DSAKeyValue child element
 

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

Classes in org.opensaml.xml.signature.impl that implement DSAKeyValue
 class DSAKeyValueImpl
          Concrete implementation of DSAKeyValue
 

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

Methods in org.opensaml.xml.signature.impl with parameters of type DSAKeyValue
 void KeyValueImpl.setDSAKeyValue(DSAKeyValue newDSAKeyValue)
          Set the DSAKeyValue child element
 

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

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



Copyright © 2006-2010 Internet2. All Rights Reserved.