Package | Description |
---|---|
org.opensaml.xml.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
org.opensaml.xml.encryption.validator | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AgreementMethodImpl
Concrete implementation of
AgreementMethod . |
Modifier and Type | Method and Description |
---|---|
AgreementMethod |
AgreementMethodBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
|
AgreementMethod |
AgreementMethodBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
void |
AgreementMethodSchemaValidator.validate(AgreementMethod xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
AgreementMethodSchemaValidator.validateAlgorithm(AgreementMethod xmlObject)
Validate the algorithm URI.
|
Modifier and Type | Method and Description |
---|---|
List<AgreementMethod> |
KeyInfoType.getAgreementMethods()
Get the list of AgreementMethod child elements.
|
Modifier and Type | Method and Description |
---|---|
List<AgreementMethod> |
KeyInfoTypeImpl.getAgreementMethods()
Get the list of AgreementMethod child elements.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.