|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyPairProvider | |
---|---|
org.n52.security.common.crypto |
Uses of KeyPairProvider in org.n52.security.common.crypto |
---|
Classes in org.n52.security.common.crypto that implement KeyPairProvider | |
---|---|
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. |
Methods in org.n52.security.common.crypto that return KeyPairProvider | |
---|---|
KeyPairProvider |
AbstractKeyPairProviderDecorator.getDelegate()
|
Methods in org.n52.security.common.crypto with parameters of type KeyPairProvider | |
---|---|
void |
AbstractKeyPairProviderDecorator.setDelegate(KeyPairProvider delegate)
|
Constructors in org.n52.security.common.crypto with parameters of type KeyPairProvider | |
---|---|
AbstractKeyPairProviderDecorator(KeyPairProvider delegate)
|
|
AliasMappingKeyProviderDecorator(KeyPairProvider delegate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |