net.ripe.rpki.commons.crypto
Class GhostbustersRecord

java.lang.Object
  extended by net.ripe.rpki.commons.crypto.GhostbustersRecord
All Implemented Interfaces:
Serializable, CertificateRepositoryObject

public class GhostbustersRecord
extends Object
implements CertificateRepositoryObject

See Also:
Serialized Form

Constructor Summary
GhostbustersRecord(byte[] encoded)
           
 
Method Summary
 URI getCrlUri()
           
 byte[] getEncoded()
           
 URI getParentCertificateUri()
           
 boolean isPastValidityTime()
           
 boolean isRevoked()
           
 void validate(String location, CertificateRepositoryObjectValidationContext context, CrlLocator crlLocator, ValidationOptions options, ValidationResult result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GhostbustersRecord

public GhostbustersRecord(byte[] encoded)
Method Detail

validate

public void validate(String location,
                     CertificateRepositoryObjectValidationContext context,
                     CrlLocator crlLocator,
                     ValidationOptions options,
                     ValidationResult result)
Specified by:
validate in interface CertificateRepositoryObject

isPastValidityTime

public boolean isPastValidityTime()
Specified by:
isPastValidityTime in interface CertificateRepositoryObject

isRevoked

public boolean isRevoked()
Specified by:
isRevoked in interface CertificateRepositoryObject

getCrlUri

public URI getCrlUri()
Specified by:
getCrlUri in interface CertificateRepositoryObject

getParentCertificateUri

public URI getParentCertificateUri()
Specified by:
getParentCertificateUri in interface CertificateRepositoryObject

getEncoded

public byte[] getEncoded()
Specified by:
getEncoded in interface CertificateRepositoryObject


Copyright © 2008-2015 RIPE NCC, the Netherlands. All Rights Reserved.