Uses of Interface
org.opensaml.xmlsec.keyinfo.KeyInfoGenerator
-
Packages that use KeyInfoGenerator Package Description org.opensaml.xmlsec Configuration and support classes for security.org.opensaml.xmlsec.encryption.support Functional support for XML Encryption.org.opensaml.xmlsec.keyinfo Classes in support of processing XML Signature KeyInfo material. -
-
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.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.
-