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