Package | Description |
---|---|
org.opensaml.saml.saml2.binding.encoding.impl |
SAML 1.x message encoders.
|
org.opensaml.xmlsec |
Configuration and support classes for security.
|
org.opensaml.xmlsec.encryption.support |
Functional support for XML Encryption.
|
org.opensaml.xmlsec.impl |
Implementation of configuration and parameter resolver classes.
|
org.opensaml.xmlsec.keyinfo |
Classes in support of processing XML Signature KeyInfo material.
|
org.opensaml.xmlsec.keyinfo.impl |
Interfaces and classes for working with XML KeyInfo elements.
|
Modifier and Type | Method and Description |
---|---|
protected String |
HTTPPostSimpleSignEncoder.buildKeyInfo(Credential signingCredential,
KeyInfoGenerator kiGenerator)
Build the
KeyInfo from the signing credential. |
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 | 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 |
---|---|
protected KeyInfoGenerator |
AbstractSecurityParametersResolver.lookupKeyInfoGenerator(Credential credential,
NamedKeyInfoGeneratorManager manager,
String keyInfoProfileName)
Resolve a
KeyInfoGenerator instance based on a NamedKeyInfoGeneratorManager ,
Credential and optional KeyInfo generation profile name. |
protected KeyInfoGenerator |
BasicEncryptionParametersResolver.resolveDataKeyInfoGenerator(net.shibboleth.utilities.java.support.resolver.CriteriaSet criteria,
Credential dataEncryptionCredential)
Resolve and return the
KeyInfoGenerator instance to use with the specified data encryption credential. |
protected KeyInfoGenerator |
BasicSignatureSigningParametersResolver.resolveKeyInfoGenerator(net.shibboleth.utilities.java.support.resolver.CriteriaSet criteria,
Credential signingCredential)
Resolve and return the
KeyInfoGenerator instance to use with the specified credential. |
protected KeyInfoGenerator |
BasicEncryptionParametersResolver.resolveKeyTransportKeyInfoGenerator(net.shibboleth.utilities.java.support.resolver.CriteriaSet criteria,
Credential keyTransportEncryptionCredential)
Resolve and return the
KeyInfoGenerator instance to use with the specified key transport 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.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
An implementation of
KeyInfoGenerator capable of handling the information
contained within a Credential . |
class |
StaticKeyInfoGenerator
Implementation of
KeyInfoGenerator which always returns static KeyInfo data. |
class |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
An implementation of
KeyInfoGenerator capable of handling the information
contained within a X509Credential . |
Modifier and Type | Method and Description |
---|---|
KeyInfoGenerator |
BasicKeyInfoGeneratorFactory.newInstance()
Get a new instance of the generator type produced by the factory.
|
KeyInfoGenerator |
X509KeyInfoGeneratorFactory.newInstance()
Get a new instance of the generator type produced by the factory.
|
Copyright © 2019. All rights reserved.