Package | Description |
---|---|
org.apache.xml.security.keys.storage |
a resolver framework for certificates and public keys from user-specified locations.
|
org.apache.xml.security.keys.storage.implementations |
implementations of resolvers for retrieval for certificates and public keys from user-specified locations.
|
Modifier and Type | Method and Description |
---|---|
void |
StorageResolver.add(StorageResolverSpi resolver)
Method addResolver
|
Constructor and Description |
---|
StorageResolver(StorageResolverSpi resolver)
Constructor StorageResolver
|
Modifier and Type | Class and Description |
---|---|
class |
CertsInFilesystemDirectoryResolver
This
StorageResolverSpi makes all raw (binary) X509Certificate s
which reside as files in a single directory available to the
StorageResolver . |
class |
KeyStoreResolver
Makes the Certificates from a JAVA
KeyStore object available to the
StorageResolver . |
class |
SingleCertificateResolver
|
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.