76777879808182
/** * return a concrete implementation for the TrustPlugin. */ public static TrustPlugin newTrustPlugin() { return new TrustPluginImpl(); }