Package | Description |
---|---|
org.opensaml.xmlsec.keyinfo |
Classes in support of processing XML Signature KeyInfo material.
|
org.opensaml.xmlsec.keyinfo.impl.provider |
Specific implementations of
KeyInfoProvider . |
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.
|
Modifier and Type | Method and Description |
---|---|
static X509Digest |
KeyInfoSupport.buildX509Digest(X509Certificate javaCert,
String algorithmURI)
Build an
X509Digest containing the digest of the specified certificate. |
Modifier and Type | Method and Description |
---|---|
protected X509Certificate |
InlineX509DataProvider.findCertFromDigest(List<X509Certificate> certs,
List<X509Digest> digests)
Find the certificate from the chain that matches one of the specified digests.
|
Modifier and Type | Method and Description |
---|---|
List<X509Digest> |
X509Data.getX509Digests()
Get the list of X509Digest child elements.
|
Modifier and Type | Class and Description |
---|---|
class |
X509DigestImpl
Concrete implementation of
X509Digest . |
Modifier and Type | Method and Description |
---|---|
X509Digest |
X509DigestBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature
specifications.
|
X509Digest |
X509DigestBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<X509Digest> |
X509DataImpl.getX509Digests()
Get the list of X509Digest child elements.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.