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

com.payneteasy.superfly.crypto.PublicKeyCrypto Maven / Gradle / Ivy

There is a newer version: 1.7-32
Show newest version
package com.payneteasy.superfly.crypto;

import java.io.IOException;
import java.io.OutputStream;

public interface PublicKeyCrypto {
    boolean isPublicKeyValid(String armoredPublicKey);
    void encrypt(byte[] clearText, String name, String armoredPublicKey, OutputStream os) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy