Modifier and Type | Method and Description |
---|---|
void |
XMLCipher.registerInternalKeyResolver(KeyResolverSpi keyResolver)
This method is used to add a custom
KeyResolverSpi to an XMLCipher. |
Modifier and Type | Method and Description |
---|---|
void |
KeyInfo.registerInternalKeyResolver(KeyResolverSpi realKeyResolver)
This method is used to add a custom
KeyResolverSpi to a KeyInfo
object. |
Modifier and Type | Method and Description |
---|---|
static Iterator<KeyResolverSpi> |
KeyResolver.iterator() |
Modifier and Type | Method and 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 and Description |
---|---|
class |
DEREncodedKeyValueResolver
KeyResolverSpi implementation which resolves public keys from a
dsig11:DEREncodedKeyValue element. |
class |
DSAKeyValueResolver |
class |
ECKeyValueResolver |
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 |
Constructor and Description |
---|
EncryptedKeyResolver(String algorithm,
Key kek,
List<KeyResolverSpi> internalKeyResolvers)
Constructor used for when a KEK has been set
|
EncryptedKeyResolver(String algorithm,
List<KeyResolverSpi> internalKeyResolvers)
Constructor for use when a KEK needs to be derived from a KeyInfo
list
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.