Uses of Class
org.apache.xml.security.keys.keyresolver.KeyResolverSpi
-
-
Uses of KeyResolverSpi in org.apache.xml.security.encryption
Fields in org.apache.xml.security.encryption with type parameters of type KeyResolverSpi Modifier and Type Field Description private java.util.List<KeyResolverSpi>
XMLCipher. internalKeyResolvers
List of internal KeyResolvers for DECRYPT and UNWRAP modes.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
Fields in org.apache.xml.security.keys with type parameters of type KeyResolverSpi Modifier and Type Field Description private java.util.List<KeyResolverSpi>
KeyInfo. internalKeyResolvers
Stores the individual (per-KeyInfo)KeyResolverSpi
sMethods in org.apache.xml.security.keys that return KeyResolverSpi Modifier and Type Method Description (package private) KeyResolverSpi
KeyInfo. itemInternalKeyResolver(int i)
Method itemInternalKeyResolverMethods in org.apache.xml.security.keys with parameters of type KeyResolverSpi Modifier and Type Method Description private java.security.cert.X509Certificate
KeyInfo. applyCurrentResolver(java.lang.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 KeyResolverSpi Modifier and Type Field Description private KeyResolverSpi
KeyResolver. resolverSpi
Field resolverSpiMethods in org.apache.xml.security.keys.keyresolver that return KeyResolverSpi Modifier and Type Method Description private KeyResolverSpi
KeyResolverSpi. cloneIfNeeded()
KeyResolverSpi
KeyResolver.ResolverIterator. next()
Methods in org.apache.xml.security.keys.keyresolver that return types with arguments of type KeyResolverSpi Modifier and Type Method Description static java.util.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.Constructors in org.apache.xml.security.keys.keyresolver with parameters of type KeyResolverSpi Constructor Description KeyResolver(KeyResolverSpi keyResolverSpi)
Constructor. -
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
Fields in org.apache.xml.security.keys.keyresolver.implementations with type parameters of type KeyResolverSpi Modifier and Type Field Description private java.util.List<KeyResolverSpi>
EncryptedKeyResolver. internalKeyResolvers
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.
-