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

io.castled.encryption.TeamEncryptionKey Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package io.castled.encryption;

import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@Builder
@AllArgsConstructor
@NoArgsConstructor
public class TeamEncryptionKey {
    private Long id;
    private Long teamId;
    private String cipherKey;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy