Android
java.security
public abstract class

java.security.Signer

java.lang.Object
java.security.Identity Serializable Principal
java.security.Signer

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

@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.
Methods inherited from class java.security.Identity
Methods inherited from class java.lang.Object
Methods inherited from interface java.security.Principal

Details

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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56