Uses of Class
org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
Packages that use NamedKeyInfoGeneratorManager
Package
Description
Configuration and support classes for security.
Configuration and initialization of security.
Implementation of configuration and parameter resolver classes.
Classes in support of processing XML Signature KeyInfo material.
-
Uses of NamedKeyInfoGeneratorManager in org.opensaml.xmlsec
Methods in org.opensaml.xmlsec that return NamedKeyInfoGeneratorManagerModifier and TypeMethodDescriptionEncryptionConfiguration.getDataKeyInfoGeneratorManager()Get the KeyInfoGenerator manager to use when generating the EncryptedData/KeyInfo.SignatureSigningConfiguration.getKeyInfoGeneratorManager()Get the manager for named KeyInfoGenerator instances.EncryptionConfiguration.getKeyTransportKeyInfoGeneratorManager()Get the KeyInfoGenerator manager to use when generating the EncryptedKey/KeyInfo. -
Uses of NamedKeyInfoGeneratorManager in org.opensaml.xmlsec.config.impl
Methods in org.opensaml.xmlsec.config.impl that return NamedKeyInfoGeneratorManagerModifier and TypeMethodDescriptionstatic NamedKeyInfoGeneratorManagerDefaultSecurityConfigurationBootstrap.buildBasicKeyInfoGeneratorManager()Build a basicNamedKeyInfoGeneratorManager.protected static NamedKeyInfoGeneratorManagerDefaultSecurityConfigurationBootstrap.buildDataEncryptionKeyInfoGeneratorManager()Build a basicNamedKeyInfoGeneratorManagerfor use when generating anEncryptedData.protected static NamedKeyInfoGeneratorManagerDefaultSecurityConfigurationBootstrap.buildKeyTransportEncryptionKeyInfoGeneratorManager()Build a basicNamedKeyInfoGeneratorManagerfor use when generating anEncryptedKey.protected static NamedKeyInfoGeneratorManagerDefaultSecurityConfigurationBootstrap.buildSignatureKeyInfoGeneratorManager()Build a basicNamedKeyInfoGeneratorManagerfor use when generating anSignature. -
Uses of NamedKeyInfoGeneratorManager in org.opensaml.xmlsec.impl
Fields in org.opensaml.xmlsec.impl declared as NamedKeyInfoGeneratorManagerModifier and TypeFieldDescriptionprivate NamedKeyInfoGeneratorManagerBasicEncryptionConfiguration.dataKeyInfoGeneratorManagerManager for named KeyInfoGenerator instances for encrypting data.private NamedKeyInfoGeneratorManagerBasicSignatureSigningConfiguration.keyInfoGeneratorManagerManager for named KeyInfoGenerator instances.private NamedKeyInfoGeneratorManagerBasicEncryptionConfiguration.keyTransportKeyInfoGeneratorManagerManager for named KeyInfoGenerator instances for encrypting keys.Methods in org.opensaml.xmlsec.impl that return NamedKeyInfoGeneratorManagerModifier and TypeMethodDescriptionBasicEncryptionConfiguration.getDataKeyInfoGeneratorManager()Get the KeyInfoGenerator manager to use when generating the EncryptedData/KeyInfo.BasicSignatureSigningConfiguration.getKeyInfoGeneratorManager()Get the manager for named KeyInfoGenerator instances.BasicEncryptionConfiguration.getKeyTransportKeyInfoGeneratorManager()Get the KeyInfoGenerator manager to use when generating the EncryptedKey/KeyInfo.Methods in org.opensaml.xmlsec.impl with parameters of type NamedKeyInfoGeneratorManagerModifier and TypeMethodDescriptionprotected KeyInfoGeneratorAbstractSecurityParametersResolver.lookupKeyInfoGenerator(Credential credential, NamedKeyInfoGeneratorManager manager, String keyInfoProfileName) Resolve aKeyInfoGeneratorinstance based on aNamedKeyInfoGeneratorManager,Credentialand optional KeyInfo generation profile name.BasicEncryptionConfiguration.setDataKeyInfoGeneratorManager(NamedKeyInfoGeneratorManager keyInfoManager) Set the manager for named KeyInfoGenerator instances encrypting data.BasicSignatureSigningConfiguration.setKeyInfoGeneratorManager(NamedKeyInfoGeneratorManager keyInfoManager) Set the manager for named KeyInfoGenerator instances.BasicEncryptionConfiguration.setKeyTransportKeyInfoGeneratorManager(NamedKeyInfoGeneratorManager keyInfoManager) Set the manager for named KeyInfoGenerator instances for encrypting keys. -
Uses of NamedKeyInfoGeneratorManager in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo with parameters of type NamedKeyInfoGeneratorManagerModifier and TypeMethodDescriptionstatic KeyInfoGeneratorKeyInfoSupport.getKeyInfoGenerator(Credential credential, NamedKeyInfoGeneratorManager manager, String keyInfoProfileName) Obtains aKeyInfoGeneratorfor the specifiedCredential.