package org.minicastle.asn1; /** * basic interface for DER string objects. */ public interface DERString { public String getString(); }