Class CompressedCert
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact.CompressedArtifact<org.apache.commons.lang3.tuple.Pair<String,Art>>
br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact.CompressedCommonSource<Certificate>
br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact.CompressedCert
public class CompressedCert extends CompressedCommonSource<Certificate>
-
Field Summary
Fields inherited from class br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact.CompressedArtifact
artifact, artifactName -
Constructor Summary
Constructors Constructor Description CompressedCert(org.apache.commons.lang3.tuple.Pair<Source,Certificate> artifact)CompressedCert(org.json.JSONObject artifact) -
Method Summary
Modifier and Type Method Description protected Certificateparse(org.json.JSONObject artifact)static Map<Integer,CompressedCert>parseCompressed(org.json.JSONObject artifactsInfo)Methods inherited from class br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact.CompressedCommonSource
encodedToBase64String, getMap, parseArtifact, toArtifactWithSourceMethods inherited from class br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact.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
-