May 2001
Intermediate to advanced
618 pages
20h 50m
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.
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
|
Read now
Unlock full access