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