Package | Description |
---|---|
org.opensaml.xml.security.keyinfo |
Interfaces and classes for working with XML KeyInfo elements.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static X509CRL |
KeyInfoHelper.buildX509CRL(X509CRL crl)
|
Modifier and Type | Method and Description |
---|---|
static X509CRL |
KeyInfoHelper.getCRL(X509CRL xmlCRL)
Convert an
X509CRL into a native Java representation. |
Modifier and Type | Method and Description |
---|---|
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 XML Signature specifications.
|
X509CRL |
X509CRLBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<X509CRL> |
X509DataImpl.getX509CRLs()
Get the list of X509CRL child elements.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.