Class GhostbustersCmsParser
- java.lang.Object
-
- net.ripe.rpki.commons.crypto.cms.RpkiSignedObjectParser
-
- net.ripe.rpki.commons.crypto.cms.ghostbuster.GhostbustersCmsParser
-
public class GhostbustersCmsParser extends RpkiSignedObjectParser
-
-
Field Summary
-
Fields inherited from class net.ripe.rpki.commons.crypto.cms.RpkiSignedObjectParser
contentType
-
-
Constructor Summary
Constructors Constructor Description GhostbustersCmsParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecodeRawContent(InputStream content)GhostbustersCmsgetGhostbustersCms()booleanisSuccess()voidparse(ValidationResult result, byte[] encoded)protected voidvalidateGhostbusters()-
Methods inherited from class net.ripe.rpki.commons.crypto.cms.RpkiSignedObjectParser
decodeAsn1Content, getCertificate, getContentType, getEncoded, getResourceCertificate, getSigningTime, getTaggedVersion, getValidationResult, parse, parseContent
-
-
-
-
Method Detail
-
parse
public void parse(ValidationResult result, byte[] encoded)
- Overrides:
parsein classRpkiSignedObjectParser
-
decodeRawContent
public void decodeRawContent(InputStream content) throws IOException
- Overrides:
decodeRawContentin classRpkiSignedObjectParser- Throws:
IOException
-
validateGhostbusters
protected void validateGhostbusters()
-
getGhostbustersCms
public GhostbustersCms getGhostbustersCms()
-
isSuccess
public boolean isSuccess()
-
-