Java™ Platform
Standard Ed. 8
compact1, compact2, compact3
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.
Java™ Platform
Standard Ed. 8

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部