Uses of Interface
com.github.cafapi.common.api.Cipher
Packages that use Cipher
Package
Description
-
Uses of Cipher in com.github.cafapi.common.api
Methods in com.github.cafapi.common.api that return CipherModifier and TypeMethodDescriptionCipherProvider.getCipher
(BootstrapConfiguration bootstrapConfiguration) Get a Cipher implementation.Methods in com.github.cafapi.common.api with parameters of type CipherModifier and TypeMethodDescriptionConfigurationSourceProvider.getConfigurationSource
(BootstrapConfiguration bootstrapProvider, Cipher cipher, ServicePath servicePath, Decoder decoder) Acquire a ConfigurationSource implementation. -
Uses of Cipher in com.github.cafapi.common.ciphers.jasypt
Classes in com.github.cafapi.common.ciphers.jasypt that implement CipherModifier and TypeClassDescriptionclass
Implementation of a SecurityProvider that uses Jasypt to provide basic text encryption/decryption capabilities.Methods in com.github.cafapi.common.ciphers.jasypt that return CipherModifier and TypeMethodDescriptionJasyptCipherProvider.getCipher
(BootstrapConfiguration bootstrapConfiguration) -
Uses of Cipher in com.github.cafapi.common.ciphers.Null
Classes in com.github.cafapi.common.ciphers.Null that implement CipherModifier and TypeClassDescriptionfinal class
Pass-through module when no encryption/decryption is desired.Methods in com.github.cafapi.common.ciphers.Null that return CipherModifier and TypeMethodDescriptionNullCipherProvider.getCipher
(BootstrapConfiguration bootstrapConfiguration) -
Uses of Cipher in com.github.cafapi.common.config.source
Methods in com.github.cafapi.common.config.source that return CipherConstructors in com.github.cafapi.common.config.source with parameters of type CipherModifierConstructorDescriptionCafConfigurationSource
(BootstrapConfiguration bootstrapProvider, Cipher cipher, ServicePath servicePath, Decoder decoder) Each ConfigurationProvider itself takes some initial source of configuration which it may or may not use to initialise itself. -
Uses of Cipher in com.github.cafapi.common.config.sources.file
Methods in com.github.cafapi.common.config.sources.file with parameters of type CipherModifier and TypeMethodDescriptionFileConfigurationSourceProvider.getConfigurationSource
(BootstrapConfiguration bootstrapProvider, Cipher cipher, ServicePath servicePath, Decoder decoder) Constructors in com.github.cafapi.common.config.sources.file with parameters of type CipherModifierConstructorDescriptionFileConfigurationSource
(BootstrapConfiguration bootstrap, Cipher cipher, ServicePath servicePath, Decoder decoder)