|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyResolverSpi | |
|---|---|
| org.apache.xml.security.encryption | Provides classes for implementing XML Encryption applications. |
| org.apache.xml.security.keys | general key related material. |
| org.apache.xml.security.keys.keyresolver | the resolver framework for retrieval of certificates and public keys from elements. |
| org.apache.xml.security.keys.keyresolver.implementations | implementations for retrieval of certificates and public keys from elements. |
| Uses of KeyResolverSpi in org.apache.xml.security.encryption |
|---|
| Methods in org.apache.xml.security.encryption with parameters of type KeyResolverSpi | |
|---|---|
void |
XMLCipher.registerInternalKeyResolver(KeyResolverSpi keyResolver)
This method is used to add a custom KeyResolverSpi to an XMLCipher. |
| Uses of KeyResolverSpi in org.apache.xml.security.keys |
|---|
| Methods in org.apache.xml.security.keys with parameters of type KeyResolverSpi | |
|---|---|
void |
KeyInfo.registerInternalKeyResolver(KeyResolverSpi realKeyResolver)
This method is used to add a custom KeyResolverSpi 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 | |
|---|---|
static Iterator<KeyResolverSpi> |
KeyResolver.iterator()
|
| Methods in org.apache.xml.security.keys.keyresolver with parameters of type KeyResolverSpi | |
|---|---|
static void |
KeyResolver.register(KeyResolverSpi keyResolverSpi,
boolean start)
This method is used for registering KeyResolverSpis which are
available to all KeyInfo objects. |
| Uses of KeyResolverSpi in org.apache.xml.security.keys.keyresolver.implementations |
|---|
| Subclasses of KeyResolverSpi in org.apache.xml.security.keys.keyresolver.implementations | |
|---|---|
class |
DEREncodedKeyValueResolver
KeyResolverSpi implementation which resolves public keys from a dsig11:DEREncodedKeyValue element. |
class |
DSAKeyValueResolver
|
class |
EncryptedKeyResolver
The EncryptedKeyResolver is not a generic resolver. |
class |
KeyInfoReferenceResolver
KeyResolverSpi implementation which resolves public keys, private keys, secret keys, and X.509 certificates from a dsig11: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 a ds:X509Certificate Element. |
class |
X509DigestResolver
KeyResolverSpi implementation which resolves public keys and X.509 certificates from a dsig11:X509Digest element. |
class |
X509IssuerSerialResolver
|
class |
X509SKIResolver
|
class |
X509SubjectNameResolver
|
| Methods in org.apache.xml.security.keys.keyresolver.implementations with parameters of type KeyResolverSpi | |
|---|---|
void |
EncryptedKeyResolver.registerInternalKeyResolver(KeyResolverSpi realKeyResolver)
This method is used to add a custom KeyResolverSpi to help
resolve the KEK. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||