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

org.interledger.crypto.CryptoConstants Maven / Gradle / Ivy

Go to download

Encryption, decryption, signing and verification services using various underlying key-stores.

The newest version!
package org.interledger.crypto;

public class CryptoConstants {

  public static final String HMAC_SHA_256_VALUE = "HmacSHA256";

  // Encryption Algorithms
  public static final String AES_GCM = "aes_gcm";
  public static final String GOOGLE_SYMMETRIC = "gs";

  // Keystore types
  public static final String KEYSTORE_ID_JKS = "jks";
  public static final String KEYSTORE_ID_GCP_KMS = "gcpkms";
  public static final String KEYSTORE_ID_VAULT = "vault";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy