001    package org.bouncycastle.asn1;
002    
003    public interface ASN1Encodable
004    {
005        ASN1Primitive func_71606_a();
006    }