Uses of Class
io.lettuce.core.codec.CipherCodec.KeyDescriptor
| Package | Description |
|---|---|
| io.lettuce.core.codec |
Codecs for key/value type conversion.
|
-
Uses of CipherCodec.KeyDescriptor in io.lettuce.core.codec
Methods in io.lettuce.core.codec that return CipherCodec.KeyDescriptor Modifier and Type Method Description static CipherCodec.KeyDescriptorCipherCodec.KeyDescriptor. create(String name)Create a namedCipherCodec.KeyDescriptorwithout version.static CipherCodec.KeyDescriptorCipherCodec.KeyDescriptor. create(String name, int version)Create a named and versionedCipherCodec.KeyDescriptor.static CipherCodec.KeyDescriptorCipherCodec.KeyDescriptor. create(String name, int version, Charset charset)Create a named and versionedCipherCodec.KeyDescriptorusingCharsetto encodenameto its binary representation.default CipherCodec.KeyDescriptorCipherCodec.CipherSupplier. encryptionKey()Returns the latestCipherCodec.KeyDescriptorto use for encryption.static CipherCodec.KeyDescriptorCipherCodec.KeyDescriptor. unnamed()Returns the defaultCipherCodec.KeyDescriptorthat has no specified name.Methods in io.lettuce.core.codec with parameters of type CipherCodec.KeyDescriptor Modifier and Type Method Description CipherCipherCodec.CipherSupplier. get(CipherCodec.KeyDescriptor keyDescriptor)Creates a newCipher.