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

Packages that use KeyInfoReference
org.opensaml.xml.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. 
org.opensaml.xml.security.keyinfo.provider Specific implementations of KeyInfoProvider
org.opensaml.xml.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. 
org.opensaml.xml.signature.validator   
 

Uses of KeyInfoReference in org.opensaml.xml.encryption
 

Methods in org.opensaml.xml.encryption with parameters of type KeyInfoReference
protected  KeyInfo SimpleKeyInfoReferenceEncryptedKeyResolver.dereferenceURI(KeyInfoReference ref)
          Dereference the URI attribute of the specified retrieval method into a KeyInfo.
 

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

Methods in org.opensaml.xml.security.keyinfo.provider that return KeyInfoReference
protected  KeyInfoReference KeyInfoReferenceProvider.getKeyInfoReference(XMLObject xmlObject)
          Get the KeyInfoReference from the passed XML object.
 

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

Classes in org.opensaml.xml.signature.impl that implement KeyInfoReference
 class KeyInfoReferenceImpl
          Concrete implementation of KeyInfoReference.
 

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

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

Methods in org.opensaml.xml.signature.validator with parameters of type KeyInfoReference
 void KeyInfoReferenceSchemaValidator.validate(KeyInfoReference xmlObject)
          Checks to see if a XMLObject is valid.
protected  void KeyInfoReferenceSchemaValidator.validateURI(KeyInfoReference xmlObject)
          Validate the URI.
 



Copyright © 1999-2013. All Rights Reserved.