Uses of Interface
org.opensaml.xmlsec.signature.X509Digest
-
Packages that use X509Digest Package Description org.opensaml.xmlsec.keyinfo Classes in support of processing XML Signature KeyInfo material.org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.org.opensaml.xmlsec.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. -
-
Uses of X509Digest in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo that return X509Digest Modifier and Type Method Description static X509DigestKeyInfoSupport. buildX509Digest(X509Certificate javaCert, String algorithmURI)Build anX509Digestcontaining the digest of the specified certificate. -
Uses of X509Digest in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type X509Digest Modifier and Type Method Description List<X509Digest>X509Data. getX509Digests()Get the list of X509Digest child elements. -
Uses of X509Digest in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement X509Digest Modifier and Type Class Description classX509DigestImplConcrete implementation ofX509Digest.Methods in org.opensaml.xmlsec.signature.impl that return X509Digest Modifier and Type Method Description X509DigestX509DigestBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.X509DigestX509DigestBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xmlsec.signature.impl that return types with arguments of type X509Digest Modifier and Type Method Description List<X509Digest>X509DataImpl. getX509Digests()Get the list of X509Digest child elements.
-