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

org.interledger.spsp.server.config.crypto.CryptoConfig Maven / Gradle / Ivy

Go to download

An Interledger SPSP server with a stateless STREAM receiver that publishes events.

The newest version!
package org.interledger.spsp.server.config.crypto;

import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

@Configuration
@Import(
  {
    GcpCryptoConfig.class,
    JksCryptoConfig.class
  }
)
public class CryptoConfig {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy