public class

SystemSigner

extends Signer
java.lang.Object
   ↳ java.security.Identity
     ↳ java.security.Signer
       ↳ sun.security.provider.SystemSigner

Class Overview

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.*.

Summary

Public Constructors
SystemSigner(String name)
Construct a signer with a given name.
SystemSigner(String name, IdentityScope scope)
Construct a signer with a name and a scope.
Public Methods
boolean isTrusted()
Returns true if this signer is trusted.
String toString()
Returns a string of information about the signer.
[Expand]
Inherited Methods
From class java.security.Signer
From class java.security.Identity
From class java.lang.Object
From interface java.security.Principal

Public Constructors

public SystemSigner (String name)

Construct a signer with a given name.

public SystemSigner (String name, IdentityScope scope)

Construct a signer with a name and a scope.

Parameters
name the signer's name.
scope the scope for this signer.

Public Methods

public boolean isTrusted ()

Returns true if this signer is trusted.

public String toString ()

Returns a string of information about the signer.

Returns
  • a string of information about the signer.