Class CompressedCRL
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact.CompressedArtifact<org.apache.commons.lang3.tuple.Pair<String,X509CRL>>
br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact.CompressedCommonSource<X509CRL>
br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact.CompressedCRL
-
Field Summary
Fields inherited from class CompressedArtifact
artifact, artifactName -
Constructor Summary
ConstructorsConstructorDescriptionCompressedCRL(org.apache.commons.lang3.tuple.Pair<Source, X509CRL> artifact) CompressedCRL(org.json.JSONObject artifact) -
Method Summary
Modifier and TypeMethodDescriptionprotected X509CRLparse(org.json.JSONObject artifact) static Map<Integer, CompressedCRL> 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
-
CompressedCRL
-
CompressedCRL
public CompressedCRL(org.json.JSONObject artifact)
-
-
Method Details
-
parse
- Specified by:
parsein classCompressedCommonSource<X509CRL>- Throws:
IOException
-
parseCompressed
-