Package | Description |
---|---|
org.opensaml.xmlsec.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xmlsec.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
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.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.