Class CompressedCert
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact.CompressedArtifact<org.apache.commons.lang3.tuple.Pair<String, Certificate>>
br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact.CompressedCommonSource<Certificate>
br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact.CompressedCert
-
Field Summary
Fields inherited from class CompressedArtifact
artifact, artifactName -
Constructor Summary
ConstructorsConstructorDescriptionCompressedCert(org.apache.commons.lang3.tuple.Pair<Source, Certificate> artifact) CompressedCert(org.json.JSONObject artifact) -
Method Summary
Modifier and TypeMethodDescriptionprotected Certificateparse(org.json.JSONObject artifact) static Map<Integer, CompressedCert> parseCompressed(org.json.JSONObject artifactsInfo) Methods inherited from class CompressedCommonSource
encodedToBase64String, getMap, parseArtifact, toArtifactWithSourceMethods inherited from class CompressedArtifact
compress, computeHashCode, encodedToBase64String, equals, getArtifact, getCode, getEncoded, getExtraEncoded, getExtraName, getName, getNullable, getSource, hasArtifact, hashCode, parseMultipleCompressed, parseSingleCompressed, toBase64
-
Constructor Details
-
CompressedCert
-
CompressedCert
public CompressedCert(org.json.JSONObject artifact)
-
-
Method Details
-
parse
- Specified by:
parsein classCompressedCommonSource<Certificate>- Throws:
IOException
-
parseCompressed
-