All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lowagie.bc.asn1.DERString Maven / Gradle / Ivy

There is a newer version: 4.2.2
Show newest version
package com.lowagie.bc.asn1;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy