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

Packages that use X509Digest
org.opensaml.xml.security.keyinfo Interfaces and classes for working with XML KeyInfo elements. 
org.opensaml.xml.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. 
org.opensaml.xml.signature.validator   
 

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

Methods in org.opensaml.xml.security.keyinfo that return X509Digest
static X509Digest KeyInfoHelper.buildX509Digest(X509Certificate javaCert, String algorithmURI)
          Build an X509Digest containing the digest of the specified certificate.
 

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

Classes in org.opensaml.xml.signature.impl that implement X509Digest
 class X509DigestImpl
          Concrete implementation of X509Digest.
 

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

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

Methods in org.opensaml.xml.signature.validator with parameters of type X509Digest
 void X509DigestSchemaValidator.validate(X509Digest xmlObject)
          Checks to see if a XMLObject is valid.
protected  void X509DigestSchemaValidator.validateContent(X509Digest xmlObject)
          Validate the digest content.
 



Copyright © 1999-2013. All Rights Reserved.