Package | Description |
---|---|
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.
|
org.opensaml.xml.signature.validator |
Modifier and Type | Method and Description |
---|---|
X509SerialNumber |
X509IssuerSerial.getX509SerialNumber()
Get the X509SerialNumber child element.
|
Modifier and Type | Method and Description |
---|---|
void |
X509IssuerSerial.setX509SerialNumber(X509SerialNumber newX509SerialNumber)
Set the X509SerialNumber child element.
|
Modifier and Type | Class and Description |
---|---|
class |
X509SerialNumberImpl
Concrete implementation of
X509SerialNumber . |
Modifier and Type | Method and Description |
---|---|
X509SerialNumber |
X509SerialNumberBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
|
X509SerialNumber |
X509SerialNumberBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
X509SerialNumber |
X509IssuerSerialImpl.getX509SerialNumber()
Get the X509SerialNumber child element.
|
Modifier and Type | Method and Description |
---|---|
void |
X509IssuerSerialImpl.setX509SerialNumber(X509SerialNumber newX509SerialNumber)
Set the X509SerialNumber child element.
|
Modifier and Type | Method and Description |
---|---|
void |
X509SerialNumberSchemaValidator.validate(X509SerialNumber xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
X509SerialNumberSchemaValidator.validateContent(X509SerialNumber xmlObject)
Validate the serial number content.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.