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

io.trbl.bcpg.SecretKey Maven / Gradle / Ivy

The newest version!
package io.trbl.bcpg;

import java.io.IOException;

public interface SecretKey extends Key {

  PublicKey getPublicKey();

  SecretTransform signEncryptFor(String publicKey) throws IOException;

  SecretTransform decryptVerifyFrom(String publicKey) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy