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 X509Certificate |
KeyInfoSupport.buildX509Certificate(X509Certificate cert)
Builds an
X509Certificate XMLObject from a native Java
X509Certificate . |
Modifier and Type | Method and Description |
---|---|
static X509Certificate |
KeyInfoSupport.getCertificate(X509Certificate xmlCert)
Convert an
X509Certificate into a native Java representation. |
Modifier and Type | Method and Description |
---|---|
List<X509Certificate> |
X509Data.getX509Certificates()
Get the list of X509Certificate child elements.
|
Modifier and Type | Class and Description |
---|---|
class |
X509CertificateImpl
Concrete implementation of
X509Certificate . |
Modifier and Type | Method and Description |
---|---|
X509Certificate |
X509CertificateBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature
specifications.
|
X509Certificate |
X509CertificateBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<X509Certificate> |
X509DataImpl.getX509Certificates()
Get the list of X509Certificate child elements.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.