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

io.github.mmm.crypto.algorithm.CryptoAlgorithmParameterConfig Maven / Gradle / Ivy

package io.github.mmm.crypto.algorithm;

import java.security.spec.AlgorithmParameterSpec;

/**
 * Abstract class for configuration of {@link AlgorithmParameterSpec}.
 *
 * @since 1.0.0
 */
public abstract class CryptoAlgorithmParameterConfig {

  /**
   * @return the {@link AlgorithmParameterSpec}.
   */
  public abstract AlgorithmParameterSpec getAlgorithmParameters();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy