com.mps.deepviolet.api.JsonLdrCipherMap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of DeepViolet Show documentation
Show all versions of DeepViolet Show documentation
TLS/SSL security introspection API
The newest version!
package com.mps.deepviolet.api;
import java.util.HashMap;
public class JsonLdrCipherMap extends HashMap {
public JsonLdrCipherMap() {
}
/**
*
*/
private static final long serialVersionUID = 1L;
public JsonLdrCipherMap(String hexName, JsonLdrClassifications clazz) {
put(hexName, clazz);
}
}