| Package | Description |
|---|---|
| org.opensaml.xmlsec.keyinfo |
Classes in support of processing XML Signature KeyInfo material.
|
| 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 X509CRL |
KeyInfoSupport.buildX509CRL(java.security.cert.X509CRL crl)
Builds an
X509CRL XMLObject from a native Java
X509CRL. |
| Modifier and Type | Method and Description |
|---|---|
static java.security.cert.X509CRL |
KeyInfoSupport.getCRL(X509CRL xmlCRL)
Convert an
X509CRL into a native Java representation. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<X509CRL> |
X509Data.getX509CRLs()
Get the list of X509CRL child elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
X509CRLImpl
Concrete implementation of
X509CRL. |
| Modifier and Type | Method and Description |
|---|---|
X509CRL |
X509CRLBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature
specifications.
|
X509CRL |
X509CRLBuilder.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<X509CRL> |
X509DataImpl.getX509CRLs()
Get the list of X509CRL child elements.
|