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
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
Methods in org.apache.xml.security.keys with parameters of type KeyResolverSpiModifier and TypeMethodDescriptionvoidKeyInfo.registerInternalKeyResolver(KeyResolverSpi realKeyResolver) This method is used to add a customKeyResolverSpito a KeyInfo object. -
Uses of KeyResolverSpi in org.apache.xml.security.keys.keyresolver
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. -
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.classclassclassMethods 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.