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.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 X509IssuerSerial |
KeyInfoHelper.buildX509IssuerSerial(String issuerName,
BigInteger serialNumber)
Build an
X509IssuerSerial containing a given issuer name and serial number. |
Modifier and Type | Method and Description |
---|---|
protected X509Certificate |
InlineX509DataProvider.findCertFromIssuerSerials(List<X509Certificate> certs,
List<X509IssuerSerial> serials)
Find the certificate from the chain identified by one of the specified issuer serials.
|
Modifier and Type | Method and Description |
---|---|
List<X509IssuerSerial> |
X509Data.getX509IssuerSerials()
Get the list of X509IssuerSerial child elements.
|
Modifier and Type | Class and Description |
---|---|
class |
X509IssuerSerialImpl
Concrete implementation of
X509IssuerSerial |
Modifier and Type | Method and Description |
---|---|
X509IssuerSerial |
X509IssuerSerialBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
|
X509IssuerSerial |
X509IssuerSerialBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<X509IssuerSerial> |
X509DataImpl.getX509IssuerSerials()
Get the list of X509IssuerSerial child elements.
|
Modifier and Type | Method and Description |
---|---|
void |
X509IssuerSerialSchemaValidator.validate(X509IssuerSerial xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
X509IssuerSerialSchemaValidator.validateChildrenPresence(X509IssuerSerial xmlObject)
Validate that exactly one child is present.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.