| パッケージ | 説明 |
|---|---|
| org.opensaml.xml.security.keyinfo |
Interfaces and classes for working with XML KeyInfo elements.
|
| org.opensaml.xml.security.keyinfo.provider |
Specific implementations of
KeyInfoProvider. |
| 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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static X509SKI |
KeyInfoHelper.buildX509SKI(X509Certificate javaCert)
Build an
X509SKI containing the subject key identifier extension value contained within
a certificate. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<X509SKI> |
X509Data.getX509SKIs()
Get the list of X509SKI child elements.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
X509SKIImpl
Concrete implementation of
X509SKI |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
X509SKI |
X509SKIBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
|
X509SKI |
X509SKIBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<X509SKI> |
X509DataImpl.getX509SKIs()
Get the list of X509SKI child elements.
|
Copyright © 2012. All Rights Reserved.