1 2 3 4 5 6 7
package net.lulli.certsigner; public interface Settings { String BC_PROVIDER = "BC"; String KEY_ALGORITHM = "RSA"; String SIGNATURE_ALGORITHM = "SHA256withRSA"; }