java.security
Interface PrivateKey
- All Superinterfaces:
- Key, Serializable
- All Known Subinterfaces:
- DSAPrivateKey, RSAPrivateCrtKey, RSAPrivateKey
- public interface PrivateKey
- extends Key
A private key. This interface contains no methods or constants.
It merely serves to group (and provide type safety for) all private key
interfaces.
Note: The specialized private key interfaces extend this interface.
See, for example, the DSAPrivateKey interface in
java.security.interfaces
.
- See Also:
Key
,
PublicKey
,
Certificate
,
Signature.initVerify(java.security.PublicKey)
,
DSAPrivateKey
,
RSAPrivateKey
,
RSAPrivateCrtKey
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.