dev.fitko.fitconnect.tools.keygen.KeyWriterSettings Maven / Gradle / Ivy
package dev.fitko.fitconnect.tools.keygen;
import dev.fitko.fitconnect.api.domain.crypto.JWKPair;
import lombok.Builder;
import lombok.Value;
import java.nio.file.Path;
@Value
@Builder
public class KeyWriterSettings {
Path outputDir;
boolean createConfigYaml;
JWKPair encryptionKeyPair;
JWKPair signatureKeyPair;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy