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

com.sendsafely.dto.PublicKey Maven / Gradle / Ivy

package com.sendsafely.dto;

import com.sendsafely.File;

import java.util.Date;

public class PublicKey {

    private String id;
    private String key;

    public String getId() {
        return id;
    }

    public void setId(String id) {
        this.id = id;
    }

    public String getKey() {
        return key;
    }

    public void setKey(String key) {
        this.key = key;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy