Signer.Signer

Signer.Signer

Class Overview | Class Members | This Package | All Packages

Syntax 1
protected Signer()
Description
Creates a signer. This constructor should only be used for serialization.



Syntax 2
public Signer( String name )
Parameters
name
the identity name.
Description
Creates a signer with the specified identity name.



Syntax 3
public Signer( String name, IdentityScope scope ) throws KeyManagementException
Parameters
name
the identity name.
scope
the scope of the identity.
Description
Creates a signer with the specified identity name and scope.

Exceptions
KeyManagementException if there is already an identity with the same name in the scope.