Package | Description |
---|---|
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 |
---|---|
X509IssuerName |
X509IssuerSerial.getX509IssuerName()
Get the X509IssuerName child element.
|
Modifier and Type | Method and Description |
---|---|
void |
X509IssuerSerial.setX509IssuerName(X509IssuerName newX509IssuerName)
Set the X509IssuerName child element.
|
Modifier and Type | Class and Description |
---|---|
class |
X509IssuerNameImpl
Concrete implementation of
X509IssuerName . |
Modifier and Type | Method and Description |
---|---|
X509IssuerName |
X509IssuerNameBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature
specifications.
|
X509IssuerName |
X509IssuerNameBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
X509IssuerName |
X509IssuerSerialImpl.getX509IssuerName()
Get the X509IssuerName child element.
|
Modifier and Type | Method and Description |
---|---|
void |
X509IssuerSerialImpl.setX509IssuerName(X509IssuerName newX509IssuerName)
Set the X509IssuerName child element.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.