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.
|
Modifier and Type | Method and Description |
---|---|
OriginatorKeyInfo |
AgreementMethod.getOriginatorKeyInfo()
Get the child element containing the key generation material for the originator.
|
Modifier and Type | Method and Description |
---|---|
void |
AgreementMethod.setOriginatorKeyInfo(OriginatorKeyInfo newOriginatorKeyInfo)
Set the child element containing the key generation material for the originator.
|
Modifier and Type | Class and Description |
---|---|
class |
OriginatorKeyInfoImpl
Concrete implementation of
OriginatorKeyInfo |
Modifier and Type | Method and Description |
---|---|
OriginatorKeyInfo |
OriginatorKeyInfoBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
|
OriginatorKeyInfo |
OriginatorKeyInfoBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
OriginatorKeyInfo |
AgreementMethodImpl.getOriginatorKeyInfo()
Get the child element containing the key generation material for the originator.
|
Modifier and Type | Method and Description |
---|---|
void |
AgreementMethodImpl.setOriginatorKeyInfo(OriginatorKeyInfo newOriginatorKeyInfo)
Set the child element containing the key generation material for the originator.
|
Copyright © 1999–2014. All rights reserved.