Package | Description |
---|---|
org.opensaml.saml2.metadata |
Interfaces for SAML 2.0 metadata specification types and elements.
|
org.opensaml.xml.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xml.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
org.opensaml.xml.encryption.validator |
Modifier and Type | Interface and Description |
---|---|
interface |
EncryptionMethod
SAML 2.0 Metadata EncryptionMethod.
|
Modifier and Type | Method and Description |
---|---|
EncryptionMethod |
EncryptedType.getEncryptionMethod()
Gets the EncryptionMethod child element.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptedType.setEncryptionMethod(EncryptionMethod newEncryptionMethod)
Sets the EncryptionMethod child element.
|
Modifier and Type | Class and Description |
---|---|
class |
EncryptionMethodImpl
Concrete implementation of
EncryptionMethod . |
Modifier and Type | Method and Description |
---|---|
EncryptionMethod |
EncryptionMethodBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
|
EncryptionMethod |
EncryptionMethodBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
EncryptionMethod |
EncryptedTypeImpl.getEncryptionMethod()
Gets the EncryptionMethod child element.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptedTypeImpl.setEncryptionMethod(EncryptionMethod newEncryptionMethod)
Sets the EncryptionMethod child element.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptionMethodSchemaValidator.validate(EncryptionMethod xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
EncryptionMethodSchemaValidator.validateAlgorithm(EncryptionMethod xmlObject)
Validate the algorithm URI.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.