Uses of Interface
org.opensaml.xmlsec.keyinfo.KeyInfoGenerator
-
Packages that use KeyInfoGenerator 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. -
-
Uses of KeyInfoGenerator in org.opensaml.saml.saml2.binding.encoding.impl
Methods in org.opensaml.saml.saml2.binding.encoding.impl with parameters of type KeyInfoGenerator Modifier and Type Method Description protected StringHTTPPostSimpleSignEncoder. buildKeyInfo(Credential signingCredential, KeyInfoGenerator kiGenerator)Build theKeyInfofrom the signing credential. -
Uses of KeyInfoGenerator in org.opensaml.xmlsec
Fields in org.opensaml.xmlsec declared as KeyInfoGenerator Modifier and Type Field Description private KeyInfoGeneratorEncryptionParameters. dataKeyInfoGeneratorThe EncryptedData KeyInfoGenerator.private KeyInfoGeneratorSignatureSigningParameters. keyInfoGeneratorThe KeyInfo generator.private KeyInfoGeneratorEncryptionParameters. keyTransportKeyInfoGeneratorThe EncryptedKey KeyInfoGenerator.Methods in org.opensaml.xmlsec that return KeyInfoGenerator Modifier and Type Method Description KeyInfoGeneratorEncryptionParameters. getDataKeyInfoGenerator()Get the KeyInfoGenerator to use when generating the EncryptedData/KeyInfo.KeyInfoGeneratorSignatureSigningParameters. getKeyInfoGenerator()Get the KeyInfoGenerator to use when generating the Signature/KeyInfo.KeyInfoGeneratorEncryptionParameters. getKeyTransportKeyInfoGenerator()Get the KeyInfoGenerator to use when generating the EncryptedKey/KeyInfo.Methods in org.opensaml.xmlsec with parameters of type KeyInfoGenerator Modifier and Type Method Description voidEncryptionParameters. setDataKeyInfoGenerator(KeyInfoGenerator generator)Set the KeyInfoGenerator to use when generating the EncryptedData/KeyInfo.voidSignatureSigningParameters. setKeyInfoGenerator(KeyInfoGenerator generator)Set the KeyInfoGenerator to use when generating the Signature/KeyInfo.voidEncryptionParameters. setKeyTransportKeyInfoGenerator(KeyInfoGenerator generator)Set the KeyInfoGenerator to use when generating the EncryptedKey/KeyInfo. -
Uses of KeyInfoGenerator in org.opensaml.xmlsec.encryption.support
Fields in org.opensaml.xmlsec.encryption.support declared as KeyInfoGenerator Modifier and Type Field Description private KeyInfoGeneratorDataEncryptionParameters. keyInfoGeneratorGenerator for dynamically generating a KeyInfo instance containing information from the encryption credential.Methods in org.opensaml.xmlsec.encryption.support that return KeyInfoGenerator Modifier and Type Method Description KeyInfoGeneratorDataEncryptionParameters. getKeyInfoGenerator()Gets the instance which will be used to generate a KeyInfo object from the encryption credential.Methods in org.opensaml.xmlsec.encryption.support with parameters of type KeyInfoGenerator Modifier and Type Method Description voidDataEncryptionParameters. setKeyInfoGenerator(KeyInfoGenerator newKeyInfoGenerator)Sets the instance which will be used to generate a KeyInfo object from the encryption credential. -
Uses of KeyInfoGenerator in org.opensaml.xmlsec.impl
Methods in org.opensaml.xmlsec.impl that return KeyInfoGenerator 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.protected KeyInfoGeneratorBasicEncryptionParametersResolver. resolveDataKeyInfoGenerator(CriteriaSet criteria, Credential dataEncryptionCredential)Resolve and return theKeyInfoGeneratorinstance to use with the specified data encryption credential.protected KeyInfoGeneratorBasicSignatureSigningParametersResolver. resolveKeyInfoGenerator(CriteriaSet criteria, Credential signingCredential)Resolve and return theKeyInfoGeneratorinstance to use with the specified credential.protected KeyInfoGeneratorBasicEncryptionParametersResolver. resolveKeyTransportKeyInfoGenerator(CriteriaSet criteria, Credential keyTransportEncryptionCredential)Resolve and return theKeyInfoGeneratorinstance to use with the specified key transport credential. -
Uses of KeyInfoGenerator in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo that return KeyInfoGenerator Modifier and Type Method Description static KeyInfoGeneratorKeyInfoSupport. getKeyInfoGenerator(Credential credential, NamedKeyInfoGeneratorManager manager, String keyInfoProfileName)Obtains aKeyInfoGeneratorfor the specifiedCredential.KeyInfoGeneratorKeyInfoGeneratorFactory. newInstance()Get a new instance of the generator type produced by the factory.default KeyInfoGeneratorKeyInfoGeneratorFactory. newInstance(Class<? extends KeyInfo> type)Get a new instance of the generator type produced by the factory, and which generatesKeyInfoinstances of the specified type, for exampleOriginatorKeyInfoorRecipientKeyInfo. -
Uses of KeyInfoGenerator in org.opensaml.xmlsec.keyinfo.impl
Classes in org.opensaml.xmlsec.keyinfo.impl that implement KeyInfoGenerator Modifier and Type Class Description classBasicKeyInfoGeneratorFactory.BasicKeyInfoGeneratorAn implementation ofKeyInfoGeneratorcapable of handling the information contained within aCredential.classKeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGeneratorAn implementation ofKeyInfoGeneratorcapable of handling the information contained within aKeyAgreementCredential.classStaticKeyInfoGeneratorImplementation ofKeyInfoGeneratorwhich always returns staticKeyInfodata.classX509KeyInfoGeneratorFactory.X509KeyInfoGeneratorAn implementation ofKeyInfoGeneratorcapable of handling the information contained within aX509Credential.Methods in org.opensaml.xmlsec.keyinfo.impl that return KeyInfoGenerator Modifier and Type Method Description KeyInfoGeneratorBasicKeyInfoGeneratorFactory. newInstance()Get a new instance of the generator type produced by the factory.KeyInfoGeneratorBasicKeyInfoGeneratorFactory. newInstance(Class<? extends KeyInfo> type)Get a new instance of the generator type produced by the factory, and which generatesKeyInfoinstances of the specified type, for exampleOriginatorKeyInfoorRecipientKeyInfo.KeyInfoGeneratorKeyAgreementKeyInfoGeneratorFactory. newInstance()Get a new instance of the generator type produced by the factory.KeyInfoGeneratorKeyAgreementKeyInfoGeneratorFactory. newInstance(Class<? extends KeyInfo> type)Get a new instance of the generator type produced by the factory, and which generatesKeyInfoinstances of the specified type, for exampleOriginatorKeyInfoorRecipientKeyInfo.KeyInfoGeneratorX509KeyInfoGeneratorFactory. newInstance()Get a new instance of the generator type produced by the factory.KeyInfoGeneratorX509KeyInfoGeneratorFactory. newInstance(Class<? extends KeyInfo> type)Get a new instance of the generator type produced by the factory, and which generatesKeyInfoinstances of the specified type, for exampleOriginatorKeyInfoorRecipientKeyInfo.
-