File: DERString.java

package info (click to toggle)
libitext1-java 1.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 7,636 kB
  • sloc: java: 86,865; xml: 396; makefile: 15
file content (9 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
package com.lowagie.bc.asn1;

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