| 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 X509IssuerSerial |
KeyInfoSupport.buildX509IssuerSerial(java.lang.String issuerName,
java.math.BigInteger serialNumber)
Build an
X509IssuerSerial containing a given issuer name and serial number. |
| Modifier and Type | Method and Description |
|---|---|
protected java.security.cert.X509Certificate |
InlineX509DataProvider.findCertFromIssuerSerials(java.util.List<java.security.cert.X509Certificate> certs,
java.util.List<X509IssuerSerial> serials)
Find the certificate from the chain identified by one of the specified issuer serials.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.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 by the XML Signature
specifications.
|
X509IssuerSerial |
X509IssuerSerialBuilder.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<X509IssuerSerial> |
X509DataImpl.getX509IssuerSerials()
Get the list of X509IssuerSerial child elements.
|