Package | Description |
---|---|
org.opensaml.xmlsec |
Configuration and support classes for security.
|
org.opensaml.xmlsec.encryption.support |
Functional support for XML Encryption.
|
org.opensaml.xmlsec.keyinfo |
Classes in support of processing XML Signature KeyInfo material.
|
Modifier and Type | Field and Description |
---|---|
private KeyInfoGenerator |
EncryptionParameters.dataKeyInfoGenerator
The EncryptedData KeyInfoGenerator.
|
private KeyInfoGenerator |
SignatureSigningParameters.keyInfoGenerator
The KeyInfo generator.
|
private KeyInfoGenerator |
EncryptionParameters.keyTransportKeyInfoGenerator
The EncryptedKey KeyInfoGenerator.
|
Modifier and Type | Method and Description |
---|---|
KeyInfoGenerator |
EncryptionParameters.getDataKeyInfoGenerator()
Get the KeyInfoGenerator to use when generating the EncryptedData/KeyInfo.
|
KeyInfoGenerator |
SignatureSigningParameters.getKeyInfoGenerator()
Get the KeyInfoGenerator to use when generating the Signature/KeyInfo.
|
KeyInfoGenerator |
EncryptionParameters.getKeyTransportKeyInfoGenerator()
Get the KeyInfoGenerator to use when generating the EncryptedKey/KeyInfo.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptionParameters.setDataKeyInfoGenerator(KeyInfoGenerator generator)
Set the KeyInfoGenerator to use when generating the EncryptedData/KeyInfo.
|
void |
SignatureSigningParameters.setKeyInfoGenerator(KeyInfoGenerator generator)
Set the KeyInfoGenerator to use when generating the Signature/KeyInfo.
|
void |
EncryptionParameters.setKeyTransportKeyInfoGenerator(KeyInfoGenerator generator)
Set the KeyInfoGenerator to use when generating the EncryptedKey/KeyInfo.
|
Modifier and Type | Field and Description |
---|---|
private KeyInfoGenerator |
DataEncryptionParameters.keyInfoGenerator
Generator for dynamically generating a KeyInfo instance containing information
from the encryption credential.
|
Modifier and Type | Method and Description |
---|---|
KeyInfoGenerator |
DataEncryptionParameters.getKeyInfoGenerator()
Gets the instance which will be used to generate a KeyInfo
object from the encryption credential.
|
Modifier and Type | Method and Description |
---|---|
void |
DataEncryptionParameters.setKeyInfoGenerator(KeyInfoGenerator newKeyInfoGenerator)
Sets the instance which will be used to generate a KeyInfo
object from the encryption credential.
|
Modifier and Type | Method and Description |
---|---|
static KeyInfoGenerator |
KeyInfoSupport.getKeyInfoGenerator(Credential credential,
NamedKeyInfoGeneratorManager manager,
String keyInfoProfileName)
Obtains a
KeyInfoGenerator for the specified Credential . |
KeyInfoGenerator |
KeyInfoGeneratorFactory.newInstance()
Get a new instance of the generator type produced by the factory.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.