Uses of Class
org.apache.xml.security.keys.keyresolver.KeyResolverSpi
Packages that use KeyResolverSpi
Package
Description
-
Uses of KeyResolverSpi in org.apache.xml.security.encryption
Fields in org.apache.xml.security.encryption with type parameters of type KeyResolverSpiModifier and TypeFieldDescriptionprivate List<KeyResolverSpi> XMLCipher.internalKeyResolversList of internal KeyResolvers for DECRYPT and UNWRAP modes.Methods in org.apache.xml.security.encryption with parameters of type KeyResolverSpiModifier and TypeMethodDescriptionvoidXMLCipher.registerInternalKeyResolver(KeyResolverSpi keyResolver) This method is used to add a customKeyResolverSpito an XMLCipher. -
Uses of KeyResolverSpi in org.apache.xml.security.keys
Fields in org.apache.xml.security.keys with type parameters of type KeyResolverSpiModifier and TypeFieldDescriptionprivate List<KeyResolverSpi> KeyInfo.internalKeyResolversStores the individual (per-KeyInfo)KeyResolverSpisMethods in org.apache.xml.security.keys that return KeyResolverSpiModifier and TypeMethodDescription(package private) KeyResolverSpiKeyInfo.itemInternalKeyResolver(int i) Method itemInternalKeyResolverMethods in org.apache.xml.security.keys with parameters of type KeyResolverSpiModifier and TypeMethodDescriptionprivate X509CertificateKeyInfo.applyCurrentResolver(String uri, KeyResolverSpi keyResolver) voidKeyInfo.registerInternalKeyResolver(KeyResolverSpi realKeyResolver) This method is used to add a customKeyResolverSpito a KeyInfo object. -
Uses of KeyResolverSpi in org.apache.xml.security.keys.keyresolver
Classes in org.apache.xml.security.keys.keyresolver that implement interfaces with type arguments of type KeyResolverSpiModifier and TypeClassDescription(package private) static classIterate over the KeyResolverSpi instancesFields in org.apache.xml.security.keys.keyresolver declared as KeyResolverSpiModifier and TypeFieldDescriptionprivate final KeyResolverSpiKeyResolver.resolverSpiField resolverSpiMethods in org.apache.xml.security.keys.keyresolver that return KeyResolverSpiModifier and TypeMethodDescriptionprivate KeyResolverSpiKeyResolverSpi.cloneIfNeeded()KeyResolver.ResolverIterator.next()Methods in org.apache.xml.security.keys.keyresolver that return types with arguments of type KeyResolverSpiMethods in org.apache.xml.security.keys.keyresolver with parameters of type KeyResolverSpiModifier and TypeMethodDescriptionstatic voidKeyResolver.register(KeyResolverSpi keyResolverSpi, boolean start) This method is used for registeringKeyResolverSpis which are available to allKeyInfoobjects.Constructors in org.apache.xml.security.keys.keyresolver with parameters of type KeyResolverSpi -
Uses of KeyResolverSpi in org.apache.xml.security.keys.keyresolver.implementations
Subclasses of KeyResolverSpi in org.apache.xml.security.keys.keyresolver.implementationsModifier and TypeClassDescriptionclassKeyResolverSpi implementation which resolves public keys from adsig11:DEREncodedKeyValueelement.classclassclassTheEncryptedKeyResolveris not a generic resolver.classKeyResolverSpi implementation which resolves public keys, private keys, secret keys, and X.509 certificates from adsig11:KeyInfoReferenceelement.classResolves a PrivateKey within a KeyStore based on the KeyInfo hints.classThe RetrievalMethodResolver can retrieve public keys and certificates from other locations.classclassResolves a SecretKey within a KeyStore based on the KeyName.classResolves a single Key based on the KeyName.classResolves Certificates which are directly contained inside ads:X509CertificateElement.classKeyResolverSpi implementation which resolves public keys and X.509 certificates from adsig11:X509Digestelement.classclassclassFields in org.apache.xml.security.keys.keyresolver.implementations with type parameters of type KeyResolverSpiModifier and TypeFieldDescriptionprivate List<KeyResolverSpi> EncryptedKeyResolver.internalKeyResolversMethods in org.apache.xml.security.keys.keyresolver.implementations with parameters of type KeyResolverSpiModifier and TypeMethodDescriptionvoidEncryptedKeyResolver.registerInternalKeyResolver(KeyResolverSpi realKeyResolver) This method is used to add a customKeyResolverSpito help resolve the KEK.