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

Packages that use KeyValue
org.opensaml.xml.security.keyinfo Interfaces and classes for working with XML KeyInfo elements. 
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 KeyValue in org.opensaml.xml.security.keyinfo
 

Methods in org.opensaml.xml.security.keyinfo with parameters of type KeyValue
static PublicKey KeyInfoHelper.getKey(KeyValue keyValue)
          Extracts the DSA or RSA public key within the KeyValue.
 

Uses of KeyValue in org.opensaml.xml.signature
 

Methods in org.opensaml.xml.signature that return types with arguments of type KeyValue
 List<KeyValue> KeyInfoType.getKeyValues()
          Get the list of KeyValue child elements.
 

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

Classes in org.opensaml.xml.signature.impl that implement KeyValue
 class KeyValueImpl
          Concrete implementation of KeyValue
 

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

Methods in org.opensaml.xml.signature.impl that return types with arguments of type KeyValue
 List<KeyValue> KeyInfoTypeImpl.getKeyValues()
          Get the list of KeyValue child elements.
 

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

Methods in org.opensaml.xml.signature.validator with parameters of type KeyValue
 void KeyValueSchemaValidator.validate(KeyValue xmlObject)
          Checks to see if a XMLObject is valid.
protected  void KeyValueSchemaValidator.validateChildrenPresence(KeyValue xmlObject)
          Validate that exactly one child is present.
protected  void KeyValueSchemaValidator.validateExtensionChildNamespace(KeyValue xmlObject)
          Validate that the extension child, if present, is from another namespace.
 



Copyright © 1999-2013. All Rights Reserved.