Home | History | Annotate | Download | only in asn1
      1 package org.bouncycastle.asn1;
      2 
      3 public interface DEREncodable
      4 {
      5     public DERObject getDERObject();
      6 }
      7