Class SystemSigner

java.lang.Object
java.security.Identity
java.security.Signer
com.sun.ts.lib.util.sec.security.provider.SystemSigner
All Implemented Interfaces:
Serializable, Principal

public class SystemSigner extends Signer
SunSecurity signer. Like SystemIdentity, it has a trust bit, which can be set by SunSecurity classes, and a set of accessors for other classes in sun.security.*.
Author:
Benjamin Renaud
See Also:
  • Constructor Details

  • Method Details

    • isTrusted

      public boolean isTrusted()
      Returns true if this signer is trusted.
    • toString

      public String toString()
      Specified by:
      toString in interface Principal
      Overrides:
      toString in class Signer