Package | Description |
---|---|
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.
|
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 | Field and Description |
---|---|
protected KeyResolverSpi |
KeyResolver._resolverSpi
Field _resolverSpi
|
Modifier and Type | Class and Description |
---|---|
class |
DSAKeyValueResolver |
class |
EncryptedKeyResolver
The
EncryptedKeyResolver is not a generic resolver. |
class |
RetrievalMethodResolver
The RetrievalMethodResolver can retrieve public keys and certificates from
other locations.
|
class |
RSAKeyValueResolver |
class |
X509CertificateResolver
Resolves Certificates which are directly contained inside a
ds:X509Certificate Element. |
class |
X509IssuerSerialResolver |
class |
X509SKIResolver |
class |
X509SubjectNameResolver |
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.