java.security

Class Signer

  • All Implemented Interfaces:
    Serializable, Principal
    Deprecated. 
    This class is no longer used. Its functionality has been replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.

    @Deprecated
    public abstract class Signer
    extends Identity
    This class is used to represent an Identity that can also digitally sign data.

    The management of a signer's private keys is an important and sensitive issue that should be handled by subclasses as appropriate to their intended use.

    See Also:
    Identity, Serialized Form
    • Constructor Detail

      • Signer

        protected Signer()
        Deprecated. 
        Creates a signer. This constructor should only be used for serialization.
      • Signer

        public Signer(String name)
        Deprecated. 
        Creates a signer with the specified identity name.
        Parameters:
        name - the identity name.
      • Signer

        public Signer(String name,
              IdentityScope scope)
               throws KeyManagementException
        Deprecated. 
        Creates a signer with the specified identity name and scope.
        Parameters:
        name - the identity name.
        scope - the scope of the identity.
        Throws:
        KeyManagementException - if there is already an identity with the same name in the scope.

Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-java/security/signer.html/.html/

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:fr Manuel PHP : https://docs.oracle.com

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut