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.internalKeyResolvers
List of internal KeyResolvers for DECRYPT and UNWRAP modes.Methods in org.apache.xml.security.encryption with parameters of type KeyResolverSpiModifier and TypeMethodDescriptionvoid
XMLCipher.registerInternalKeyResolver
(KeyResolverSpi keyResolver) This method is used to add a customKeyResolverSpi
to 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.internalKeyResolvers
Stores the individual (per-KeyInfo)KeyResolverSpi
sMethods in org.apache.xml.security.keys that return KeyResolverSpiModifier and TypeMethodDescription(package private) KeyResolverSpi
KeyInfo.itemInternalKeyResolver
(int i) Method itemInternalKeyResolverMethods in org.apache.xml.security.keys with parameters of type KeyResolverSpiModifier and TypeMethodDescriptionprivate X509Certificate
KeyInfo.applyCurrentResolver
(String uri, KeyResolverSpi keyResolver) void
KeyInfo.registerInternalKeyResolver
(KeyResolverSpi realKeyResolver) This method is used to add a customKeyResolverSpi
to a KeyInfo object. -
Uses of KeyResolverSpi in org.apache.xml.security.keys.keyresolver
Fields in org.apache.xml.security.keys.keyresolver declared as KeyResolverSpiModifier and TypeFieldDescriptionprivate final KeyResolverSpi
KeyResolver.resolverSpi
Field resolverSpiMethods in org.apache.xml.security.keys.keyresolver that return KeyResolverSpiModifier and TypeMethodDescriptionprivate KeyResolverSpi
KeyResolverSpi.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 void
KeyResolver.register
(KeyResolverSpi keyResolverSpi, boolean start) This method is used for registeringKeyResolverSpi
s which are available to allKeyInfo
objects.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 TypeClassDescriptionclass
KeyResolverSpi implementation which resolves public keys from adsig11:DEREncodedKeyValue
element.class
class
class
TheEncryptedKeyResolver
is not a generic resolver.class
KeyResolverSpi implementation which resolves public keys, private keys, secret keys, and X.509 certificates from adsig11:KeyInfoReference
element.class
Resolves a PrivateKey within a KeyStore based on the KeyInfo hints.class
The RetrievalMethodResolver can retrieve public keys and certificates from other locations.class
class
Resolves a SecretKey within a KeyStore based on the KeyName.class
Resolves a single Key based on the KeyName.class
Resolves Certificates which are directly contained inside ads:X509Certificate
Element.class
KeyResolverSpi implementation which resolves public keys and X.509 certificates from adsig11:X509Digest
element.class
class
class
Fields in org.apache.xml.security.keys.keyresolver.implementations with type parameters of type KeyResolverSpiModifier and TypeFieldDescriptionprivate List
<KeyResolverSpi> EncryptedKeyResolver.internalKeyResolvers
Methods in org.apache.xml.security.keys.keyresolver.implementations with parameters of type KeyResolverSpiModifier and TypeMethodDescriptionvoid
EncryptedKeyResolver.registerInternalKeyResolver
(KeyResolverSpi realKeyResolver) This method is used to add a customKeyResolverSpi
to help resolve the KEK.