Uses of Interface
org.opensaml.xmlsec.keyinfo.KeyInfoCredentialResolver
-
Packages that use KeyInfoCredentialResolver Package Description org.opensaml.xmlsec Configuration and support classes for security.org.opensaml.xmlsec.encryption.support Functional support for XML Encryption.org.opensaml.xmlsec.signature.support Functional support for XML Signature. -
-
Uses of KeyInfoCredentialResolver in org.opensaml.xmlsec
Fields in org.opensaml.xmlsec declared as KeyInfoCredentialResolver Modifier and Type Field Description private KeyInfoCredentialResolverDecryptionParameters. dataKeyInfoCredentialResolverThe EncryptedData's KeyInfo credential resolver.private KeyInfoCredentialResolverDecryptionParameters. kekKeyInfoCredentialResolverThe EncryptedKey's KeyInfo credential resolver.Methods in org.opensaml.xmlsec that return KeyInfoCredentialResolver Modifier and Type Method Description KeyInfoCredentialResolverDecryptionConfiguration. getDataKeyInfoCredentialResolver()The KeyInfoCredentialResolver to use when processing the EncryptedData/KeyInfo.KeyInfoCredentialResolverDecryptionParameters. getDataKeyInfoCredentialResolver()Get the KeyInfoCredentialResolver to use when processing the EncryptedData/KeyInfo.KeyInfoCredentialResolverDecryptionConfiguration. getKEKKeyInfoCredentialResolver()The KeyInfoCredentialResolver to use when processing the EncryptedKey/KeyInfo (the Key Encryption Key or KEK).KeyInfoCredentialResolverDecryptionParameters. getKEKKeyInfoCredentialResolver()Get the KeyInfoCredentialResolver to use when processing the EncryptedKey/KeyInfo (the Key Encryption Key or KEK).Methods in org.opensaml.xmlsec with parameters of type KeyInfoCredentialResolver Modifier and Type Method Description voidDecryptionParameters. setDataKeyInfoCredentialResolver(KeyInfoCredentialResolver resolver)Set the KeyInfoCredentialResolver to use when processing the EncryptedData/KeyInfo.voidDecryptionParameters. setKEKKeyInfoCredentialResolver(KeyInfoCredentialResolver resolver)Set the KeyInfoCredentialResolver to use when processing the EncryptedKey/KeyInfo (the Key Encryption Key or KEK). -
Uses of KeyInfoCredentialResolver in org.opensaml.xmlsec.encryption.support
Fields in org.opensaml.xmlsec.encryption.support declared as KeyInfoCredentialResolver Modifier and Type Field Description private KeyInfoCredentialResolverDecrypter. kekResolverResolver for key encryption keys.private KeyInfoCredentialResolverDecrypter. resolverResolver for data encryption keys.Constructors in org.opensaml.xmlsec.encryption.support with parameters of type KeyInfoCredentialResolver Constructor Description Decrypter(KeyInfoCredentialResolver newResolver, KeyInfoCredentialResolver newKEKResolver, EncryptedKeyResolver newEncKeyResolver)Constructor.Decrypter(KeyInfoCredentialResolver newResolver, KeyInfoCredentialResolver newKEKResolver, EncryptedKeyResolver newEncKeyResolver, Collection<String> includeAlgos, Collection<String> excludeAlgos)Constructor. -
Uses of KeyInfoCredentialResolver in org.opensaml.xmlsec.signature.support
Methods in org.opensaml.xmlsec.signature.support that return KeyInfoCredentialResolver Modifier and Type Method Description KeyInfoCredentialResolverSignatureTrustEngine. getKeyInfoResolver()Get the KeyInfoCredentialResolver instance used to resolve (advisory) signing credential information from KeyInfo elements contained within a Signature element.
-