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 |
---|---|
CipherReference |
CipherData.getCipherReference()
Get the CipherReference which points to the location encrypted data.
|
Modifier and Type | Method and Description |
---|---|
void |
CipherData.setCipherReference(CipherReference newCipherReference)
Get the CipherReference which points to the location encrypted data.
|
Modifier and Type | Class and Description |
---|---|
class |
CipherReferenceImpl
Concrete implementation of
CipherReference . |
Modifier and Type | Method and Description |
---|---|
CipherReference |
CipherReferenceBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
|
CipherReference |
CipherReferenceBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
CipherReference |
CipherDataImpl.getCipherReference()
Get the CipherReference which points to the location encrypted data.
|
Modifier and Type | Method and Description |
---|---|
void |
CipherDataImpl.setCipherReference(CipherReference newCipherReference)
Get the CipherReference which points to the location encrypted data.
|
Modifier and Type | Method and Description |
---|---|
void |
CipherReferenceSchemaValidator.validate(CipherReference xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
CipherReferenceSchemaValidator.validateURI(CipherReference xmlObject)
Validate the URI.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.