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 |
---|---|
RecipientKeyInfo |
AgreementMethod.getRecipientKeyInfo()
Get the child element containing the key generation material for the recipient.
|
Modifier and Type | Method and Description |
---|---|
void |
AgreementMethod.setRecipientKeyInfo(RecipientKeyInfo newRecipientKeyInfo)
Set the child element containing the key generation material for the recipient.
|
Modifier and Type | Class and Description |
---|---|
class |
RecipientKeyInfoImpl
Concrete implementation of
RecipientKeyInfo . |
Modifier and Type | Method and Description |
---|---|
RecipientKeyInfo |
RecipientKeyInfoBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
|
RecipientKeyInfo |
RecipientKeyInfoBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
RecipientKeyInfo |
AgreementMethodImpl.getRecipientKeyInfo()
Get the child element containing the key generation material for the recipient.
|
Modifier and Type | Method and Description |
---|---|
void |
AgreementMethodImpl.setRecipientKeyInfo(RecipientKeyInfo newRecipientKeyInfo)
Set the child element containing the key generation material for the recipient.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.