Uses of Class
org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
-
Packages that use NamedKeyInfoGeneratorManager Package Description org.opensaml.xmlsec Configuration and support classes for security.org.opensaml.xmlsec.config.impl Configuration and initialization of security.org.opensaml.xmlsec.impl Implementation of configuration and parameter resolver classes.org.opensaml.xmlsec.keyinfo Classes in support of processing XML Signature KeyInfo material. -
-
Uses of NamedKeyInfoGeneratorManager in org.opensaml.xmlsec
Methods in org.opensaml.xmlsec that return NamedKeyInfoGeneratorManager Modifier and Type Method Description NamedKeyInfoGeneratorManagerEncryptionConfiguration. getDataKeyInfoGeneratorManager()Get the KeyInfoGenerator manager to use when generating the EncryptedData/KeyInfo.NamedKeyInfoGeneratorManagerSignatureSigningConfiguration. getKeyInfoGeneratorManager()Get the manager for named KeyInfoGenerator instances.NamedKeyInfoGeneratorManagerEncryptionConfiguration. 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 NamedKeyInfoGeneratorManager Modifier and Type Method Description static 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 NamedKeyInfoGeneratorManager Modifier and Type Field Description private 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 NamedKeyInfoGeneratorManager Modifier and Type Method Description NamedKeyInfoGeneratorManagerBasicEncryptionConfiguration. getDataKeyInfoGeneratorManager()Get the KeyInfoGenerator manager to use when generating the EncryptedData/KeyInfo.NamedKeyInfoGeneratorManagerBasicSignatureSigningConfiguration. getKeyInfoGeneratorManager()Get the manager for named KeyInfoGenerator instances.NamedKeyInfoGeneratorManagerBasicEncryptionConfiguration. getKeyTransportKeyInfoGeneratorManager()Get the KeyInfoGenerator manager to use when generating the EncryptedKey/KeyInfo.Methods in org.opensaml.xmlsec.impl with parameters of type NamedKeyInfoGeneratorManager Modifier and Type Method Description protected KeyInfoGeneratorAbstractSecurityParametersResolver. lookupKeyInfoGenerator(Credential credential, NamedKeyInfoGeneratorManager manager, String keyInfoProfileName)Resolve aKeyInfoGeneratorinstance based on aNamedKeyInfoGeneratorManager,Credentialand optional KeyInfo generation profile name.voidBasicEncryptionConfiguration. setDataKeyInfoGeneratorManager(NamedKeyInfoGeneratorManager keyInfoManager)Set the manager for named KeyInfoGenerator instances encrypting data.voidBasicSignatureSigningConfiguration. setKeyInfoGeneratorManager(NamedKeyInfoGeneratorManager keyInfoManager)Set the manager for named KeyInfoGenerator instances.voidBasicEncryptionConfiguration. 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 NamedKeyInfoGeneratorManager Modifier and Type Method Description static KeyInfoGeneratorKeyInfoSupport. getKeyInfoGenerator(Credential credential, NamedKeyInfoGeneratorManager manager, String keyInfoProfileName)Obtains aKeyInfoGeneratorfor the specifiedCredential.
-