Package | Description |
---|---|
org.n52.security.common.crypto |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyPairProviderDecorator
Simple base class for decorator implementations of KeyPairProviders.
|
class |
AliasMappingKeyProviderDecorator
Wraps incomming alias names to alias names used in the decorated provider.
|
class |
FilesystemKeyPairProvider
Looks for private keys and their according certificates in a file system folder.
|
class |
KeystoreKeyPairProvider
KeyPairProvider working on a java keystore.
|
Modifier and Type | Method and Description |
---|---|
KeyPairProvider |
AbstractKeyPairProviderDecorator.getDelegate() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractKeyPairProviderDecorator.setDelegate(KeyPairProvider delegate) |
Constructor and Description |
---|
AbstractKeyPairProviderDecorator(KeyPairProvider delegate) |
AliasMappingKeyProviderDecorator(KeyPairProvider delegate) |
Copyright © 2004–2017 52north.org. All rights reserved.