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

kz.greetgo.security.crypto.CryptoSourceConfig Maven / Gradle / Ivy

There is a newer version: 0.0.12
Show newest version
package kz.greetgo.security.crypto;

public interface CryptoSourceConfig {
  String secureRandomAlgorithm();
  
  String messageDigestAlgorithm();
  
  String keyPairGeneratorAlgorithm();
  
  String cipherAlgorithm();
  
  String keyFactoryAlgorithm();

  int blockSize();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy