Information

1
Story Points

Technologies

Decompiled Java File
package iaik.x509.extensions;

import iaik.asn1.ObjectID;
import iaik.asn1.structures.DistributionPoint;
import iaik.x509.extensions.CRLDistPointsSyntax;

public class FreshestCRL extends CRLDistPointsSyntax {
   public static final ObjectID oid = new ObjectID("2.5.29.46", "FreshestCRL");

   public int hashCode() {
      return oid.hashCode();
   }

   public ObjectID getObjectID() {
      return oid;
   }

   public FreshestCRL(DistributionPoint var1) {
      super(var1);
   }

   public FreshestCRL() {
   }
}
Page generated: Oct 19, 2017 2:34:58 PM