All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cryptomator.windows.keychain.KeychainEntry Maven / Gradle / Ivy

The newest version!
package org.cryptomator.windows.keychain;


import com.fasterxml.jackson.annotation.JsonProperty;

record KeychainEntry(@JsonProperty("ciphertext") byte[] ciphertext, @JsonProperty("salt") byte[] salt) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy