加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090326194000/http://developer.android.com:80/reference/java/security/Signer.html
public abstract class

Signer

extends Identity
java.lang.Object
   ↳ java.security.Identity
     ↳ java.security.Signer

This class is deprecated.Replaced by behavior in java.security.cert package and Principal

Class Overview

@com.intel.drl.spec_ref

Summary

Public Constructors
Signer(String name)
Signer(String name, IdentityScope scope)
Protected Constructors
Signer()
Public Methods
PrivateKey getPrivateKey()
final void setKeyPair(KeyPair pair)
String toString()
Returns a string containing a concise, human-readable description of the receiver.
[Expand]
Inherited Methods
From class java.security.Identity
From class java.lang.Object
From interface java.security.Principal

Public Constructors

public Signer (String name)

public Signer (String name, IdentityScope scope)

Protected Constructors

protected Signer ()

Public Methods

public PrivateKey getPrivateKey ()

public final void setKeyPair (KeyPair pair)

public String toString ()

Returns a string containing a concise, human-readable description of the receiver.

Returns
  • String a printable representation for the receiver.