package edu.stanford.rt.credential; /** * @author Ninghui Li, Sandra Qiu
* * An empty super class for PublicKeyPrincipal and * DataValuePrincipal. * */ public class Principal implements PrincipalExpression { public String toString(String indent) { return indent; } }