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

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

The newest version!
package io.trbl.bcpg;

public interface KeyFactory {

  SecretKey generateKeyPair(String id, char[] passphrase) throws CryptoException;

  SecretKey parseSecretKey(String secretKey);

  PublicKey parsePublicKey(String publicKey);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy