| Package | Description |
|---|---|
| org.opensaml.xmlsec.keyinfo |
Classes in support of processing XML Signature KeyInfo material.
|
| org.opensaml.xmlsec.keyinfo.impl |
Interfaces and classes for working with XML KeyInfo elements.
|
| 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 java.util.List<java.security.cert.X509Certificate> |
KeyInfoSupport.getCertificates(X509Data x509Data)
Get a list of the Java
X509Certificate within the given X509Data. |
static java.util.List<java.security.cert.X509CRL> |
KeyInfoSupport.getCRLs(X509Data x509Data)
Get a list of the Java
X509CRLs within the given X509Data. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processCertX509DataOptions(X509Data x509Data,
java.security.cert.X509Certificate cert)
Process the options related to generation of child elements of X509Data based on certificate data.
|
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processCertX509Digest(X509Data x509Data,
java.security.cert.X509Certificate cert)
Process the options related to generation of the X509Digest child element of X509Data
based on certificate data.
|
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processCertX509IssuerSerial(X509Data x509Data,
java.security.cert.X509Certificate cert)
Process the options related to generation of the X509IssuerSerial child element of X509Data
based on certificate data.
|
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processCertX509SKI(X509Data x509Data,
java.security.cert.X509Certificate cert)
Process the options related to generation of the X509SKI child element of X509Data
based on certificate data.
|
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processCertX509SubjectName(X509Data x509Data,
java.security.cert.X509Certificate cert)
Process the options related to generation of the X509SubjectDN child element of X509Data
based on certificate data.
|
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processCRLs(KeyInfo keyInfo,
X509Data x509Data,
X509Credential credential)
Process the value of
X509Credential.getCRLs(). |
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processEntityCertificate(KeyInfo keyInfo,
X509Data x509Data,
X509Credential credential)
Process the value of
X509Credential.getEntityCertificate(). |
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processEntityCertificateChain(KeyInfo keyInfo,
X509Data x509Data,
X509Credential credential)
Process the value of
X509Credential.getEntityCertificateChain(). |
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<java.security.cert.X509Certificate> |
InlineX509DataProvider.extractCertificates(X509Data x509Data)
Extract certificates from the X509Data.
|
private java.util.List<java.security.cert.X509CRL> |
InlineX509DataProvider.extractCRLs(X509Data x509Data)
Extract CRLs from the X509Data.
|
protected java.security.cert.X509Certificate |
InlineX509DataProvider.findEntityCert(java.util.List<java.security.cert.X509Certificate> certs,
X509Data x509Data,
java.security.PublicKey resolvedKey)
Find the end-entity cert in the list of certs contained in the X509Data.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<X509Data> |
KeyInfo.getX509Datas()
Get the list of X509Data child elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
X509DataImpl
Concrete implementation of
X509Data. |
| Modifier and Type | Method and Description |
|---|---|
X509Data |
X509DataBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature
specifications.
|
X509Data |
X509DataBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<X509Data> |
KeyInfoImpl.getX509Datas()
Get the list of X509Data child elements.
|