Modifier and Type | Method | Description |
---|---|---|
void |
XMLCipher.registerInternalKeyResolver(KeyResolverSpi keyResolver) |
This method is used to add a custom
KeyResolverSpi to an XMLCipher. |
Modifier and Type | Method | Description |
---|---|---|
void |
KeyInfo.registerInternalKeyResolver(KeyResolverSpi realKeyResolver) |
This method is used to add a custom
KeyResolverSpi to a KeyInfo
object. |
Modifier and Type | Method | Description |
---|---|---|
static Iterator<KeyResolverSpi> |
KeyResolver.iterator() |
Modifier and Type | Method | Description |
---|---|---|
static void |
KeyResolver.register(KeyResolverSpi keyResolverSpi,
boolean start) |
This method is used for registering
KeyResolverSpi s which are
available to all KeyInfo objects. |
Modifier and Type | Class | Description |
---|---|---|
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 |
Modifier and Type | Method | Description |
---|---|---|
void |
EncryptedKeyResolver.registerInternalKeyResolver(KeyResolverSpi realKeyResolver) |
This method is used to add a custom
KeyResolverSpi to help
resolve the KEK. |
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.