Package | Description |
---|---|
org.opensaml.xml.security.keyinfo |
Interfaces and classes for working with XML KeyInfo elements.
|
org.opensaml.xml.security.keyinfo.provider |
Specific implementations of
KeyInfoProvider . |
org.opensaml.xml.security.x509 |
X509 based credential and trust class.
|
org.opensaml.xml.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
org.opensaml.xml.signature.validator |
Modifier and Type | Method and Description |
---|---|
static List<X509Certificate> |
KeyInfoHelper.getCertificates(X509Data x509Data)
Get a list of the Java
X509Certificate within the given X509Data . |
static List<X509CRL> |
KeyInfoHelper.getCRLs(X509Data x509Data)
|
Modifier and Type | Method and Description |
---|---|
protected X509Certificate |
InlineX509DataProvider.findEntityCert(List<X509Certificate> certs,
X509Data x509Data,
PublicKey resolvedKey)
Find the end-entity cert in the list of certs contained in the X509Data.
|
Modifier and Type | Method and Description |
---|---|
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processCertX509DataOptions(X509Data x509Data,
X509Certificate cert)
Process the options related to generation of child elements of X509Data based on certificate data.
|
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processCertX509IssuerSerial(X509Data x509Data,
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,
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,
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 |
---|---|
List<X509Data> |
KeyInfoType.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 XML Signature specifications.
|
X509Data |
X509DataBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<X509Data> |
KeyInfoTypeImpl.getX509Datas()
Get the list of X509Data child elements.
|
Modifier and Type | Method and Description |
---|---|
void |
X509DataSchemaValidator.validate(X509Data xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
X509DataSchemaValidator.validateChildrenNamespaces(X509Data xmlObject)
Validate that all children are either ones defined within the XML Signature schema,
or are from another namespace.
|
protected void |
X509DataSchemaValidator.validateChildrenPresence(X509Data xmlObject)
Validate that at least child is present.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.