May 1998
Intermediate to advanced
469 pages
14h 57m
English
Class java.security.Signer
A signer abstracts the notion of a principal (that is, an individual or a corporation) that has a private key and a corresponding public key. Signers may optionally belong to an identity scope. This class is deprecated in1.2.
public abstract class java.security.Signer
extends java.security.Identity {
// Constructors
protected Signer();
public Signer(String);
public Signer(String, IdentityScope);
// Instance Methods
public PrivateKey getPrivateKey();
public final void setKeyPair(KeyPair);
public String toString();
}
Identity, Principal