Package | Description |
---|---|
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 | Method and Description |
---|---|
CipherData |
EncryptedType.getCipherData()
Gets the CipherData child element.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptedType.setCipherData(CipherData newCipherData)
Sets the CipherData child element.
|
Modifier and Type | Class and Description |
---|---|
class |
CipherDataImpl
Concrete implementation of
CipherData . |
Modifier and Type | Method and Description |
---|---|
CipherData |
CipherDataBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
|
CipherData |
CipherDataBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
CipherData |
EncryptedTypeImpl.getCipherData()
Gets the CipherData child element.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptedTypeImpl.setCipherData(CipherData newCipherData)
Sets the CipherData child element.
|
Modifier and Type | Method and Description |
---|---|
void |
CipherDataSchemaValidator.validate(CipherData xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
CipherDataSchemaValidator.validateChildrenPresence(CipherData xmlObject)
Validate that required children are present.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.