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(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 by the 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.
|
Copyright © 2016. All rights reserved.