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