Class | Description |
---|---|
FingerprintCertVerifyer |
A certificate verifyer, that will check the validity of a
certificate by its sha1 fingerprint.
|
taOpenApi |
Utility class to handle OpenAPI v3 (Swagger) files
Usage:
taOpenApi oapi = new taOpenApi("c:\\test\\service.json");
boolean ok = oapi.parseJsonFile();
if (!
|