Home | History | Annotate | Download | only in asn1
      1 package org.bouncycastle.asn1;
      2 
      3 /**
      4  * @deprecated use BERTags
      5  */
      6 public interface DERTags
      7     extends BERTags
      8 {
      9 }
     10