Class CompressedCRL
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<X509CRL>
br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact.CompressedCRL
public class CompressedCRL extends CompressedCommonSource<X509CRL>
-
Field Summary
Fields inherited from class br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact.CompressedArtifact
artifact, artifactName
-
Constructor Summary
Constructors Constructor Description CompressedCRL(org.apache.commons.lang3.tuple.Pair<Source,X509CRL> artifact)
CompressedCRL(org.json.JSONObject artifact)
-
Method Summary
Modifier and Type Method Description protected X509CRL
parse(org.json.JSONObject artifact)
static Map<Integer,CompressedCRL>
parseCompressed(org.json.JSONObject artifactsInfo)
Methods inherited from class br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact.CompressedCommonSource
encodedToBase64String, getMap, parseArtifact, toArtifactWithSource
Methods 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
-
CompressedCRL
-
CompressedCRL
public CompressedCRL(org.json.JSONObject artifact)
-
-
Method Details
-
parse
- Specified by:
parse
in classCompressedCommonSource<X509CRL>
- Throws:
IOException
-
parseCompressed
-