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

sop.enums.EncryptAs Maven / Gradle / Ivy

There is a newer version: 10.0.3
Show newest version
// SPDX-FileCopyrightText: 2021 Paul Schaub 
//
// SPDX-License-Identifier: Apache-2.0

package sop.enums;

public enum EncryptAs {
    Binary,
    Text,
    ;

    @Override
    public String toString() {
        return super.toString().toLowerCase();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy