public class KryptKt
| Modifier and Type | Method and Description |
|---|---|
static StreamCipherInputStream |
decryptBy(java.io.InputStream $receiver,
kotlin.jvm.functions.Function0<? extends jetbrains.exodus.crypto.StreamCipher> cipherGetter) |
static StreamCipherOutputStream |
encryptBy(java.io.OutputStream $receiver,
StreamCipher cipher) |
static StreamCipher |
newCipher(java.lang.String cipherId) |
static StreamCipherProvider |
newCipherProvider(java.lang.String cipherId) |
static byte[] |
toBinaryKey(java.lang.String cipherKey) |
static StreamCipher |
with(StreamCipher $receiver,
byte[] key,
long iv) |
public static StreamCipherProvider newCipherProvider(java.lang.String cipherId)
public static StreamCipher newCipher(java.lang.String cipherId)
public static StreamCipher with(StreamCipher $receiver, byte[] key, long iv)
public static byte[] toBinaryKey(java.lang.String cipherKey)
public static StreamCipherOutputStream encryptBy(java.io.OutputStream $receiver, StreamCipher cipher)
public static StreamCipherInputStream decryptBy(java.io.InputStream $receiver, kotlin.jvm.functions.Function0<? extends jetbrains.exodus.crypto.StreamCipher> cipherGetter)