パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
RecipientKeyInfo |
AgreementMethod.getRecipientKeyInfo()
Get the child element containing the key generation material for the recipient.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AgreementMethod.setRecipientKeyInfo(RecipientKeyInfo newRecipientKeyInfo)
Set the child element containing the key generation material for the recipient.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
RecipientKeyInfoImpl
Concrete implementation of
RecipientKeyInfo |
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AgreementMethodImpl.setRecipientKeyInfo(RecipientKeyInfo newRecipientKeyInfo)
Set the child element containing the key generation material for the recipient.
|
Copyright © 2012. All Rights Reserved.