Uses of Class
org.apache.xml.security.keys.keyresolver.KeyResolverSpi
-
-
Uses of KeyResolverSpi in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption with parameters of type KeyResolverSpi Modifier and Type Method Description void
XMLCipher. registerInternalKeyResolver(KeyResolverSpi keyResolver)
This method is used to add a customKeyResolverSpi
to an XMLCipher. -
Uses of KeyResolverSpi in org.apache.xml.security.keys
Methods in org.apache.xml.security.keys with parameters of type KeyResolverSpi Modifier and Type Method Description 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
Methods in org.apache.xml.security.keys.keyresolver that return types with arguments of type KeyResolverSpi Modifier and Type Method Description static Iterator<KeyResolverSpi>
KeyResolver. iterator()
Methods in org.apache.xml.security.keys.keyresolver with parameters of type KeyResolverSpi Modifier and Type Method Description static void
KeyResolver. register(KeyResolverSpi keyResolverSpi, boolean start)
This method is used for registeringKeyResolverSpi
s which are available to allKeyInfo
objects. -
Uses of KeyResolverSpi in org.apache.xml.security.keys.keyresolver.implementations
Subclasses of KeyResolverSpi in org.apache.xml.security.keys.keyresolver.implementations Modifier and Type Class Description class
DEREncodedKeyValueResolver
KeyResolverSpi implementation which resolves public keys from adsig11:DEREncodedKeyValue
element.class
DSAKeyValueResolver
class
ECKeyValueResolver
class
EncryptedKeyResolver
TheEncryptedKeyResolver
is not a generic resolver.class
KeyInfoReferenceResolver
KeyResolverSpi implementation which resolves public keys, private keys, secret keys, and X.509 certificates from adsig11:KeyInfoReference
element.class
PrivateKeyResolver
Resolves a PrivateKey within a KeyStore based on the KeyInfo hints.class
RetrievalMethodResolver
The RetrievalMethodResolver can retrieve public keys and certificates from other locations.class
RSAKeyValueResolver
class
SecretKeyResolver
Resolves a SecretKey within a KeyStore based on the KeyName.class
SingleKeyResolver
Resolves a single Key based on the KeyName.class
X509CertificateResolver
Resolves Certificates which are directly contained inside ads:X509Certificate
Element.class
X509DigestResolver
KeyResolverSpi implementation which resolves public keys and X.509 certificates from adsig11:X509Digest
element.class
X509IssuerSerialResolver
class
X509SKIResolver
class
X509SubjectNameResolver
Methods in org.apache.xml.security.keys.keyresolver.implementations with parameters of type KeyResolverSpi Modifier and Type Method Description void
EncryptedKeyResolver. registerInternalKeyResolver(KeyResolverSpi realKeyResolver)
This method is used to add a customKeyResolverSpi
to help resolve the KEK.
-