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 X509SKI |
KeyInfoSupport.buildX509SKI(X509Certificate javaCert)
Build an
X509SKI containing the subject key identifier extension value contained within a certificate. |
Modifier and Type | Method and Description |
---|---|
protected X509Certificate |
InlineX509DataProvider.findCertFromSubjectKeyIdentifier(List<X509Certificate> certs,
List<X509SKI> skis)
Find the certificate from the chain that contains one of the specified subject key identifiers.
|
Modifier and Type | Method and Description |
---|---|
List<X509SKI> |
X509Data.getX509SKIs()
Get the list of X509SKI child elements.
|
Modifier and Type | Class and Description |
---|---|
class |
X509SKIImpl
Concrete implementation of
X509SKI . |
Modifier and Type | Method and Description |
---|---|
X509SKI |
X509SKIBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature
specifications.
|
X509SKI |
X509SKIBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<X509SKI> |
X509DataImpl.getX509SKIs()
Get the list of X509SKI child elements.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.