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.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.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.
-