java.security.interfaces
Interface DSAPrivateKey
- All Superinterfaces:
- DSAKey, Key, PrivateKey, Serializable
public interface DSAPrivateKey
- extends DSAKey, PrivateKey
This interface models a Digital Signature Algorithm (DSA) private key
|
Field Summary |
static long |
serialVersionUID
The version identifier used for serialization. |
|
Method Summary |
BigInteger |
getX()
This method returns the value of the DSA private key |
serialVersionUID
static final long serialVersionUID
- The version identifier used for serialization.
- See Also:
- Constant Field Values
getX
BigInteger getX()
- This method returns the value of the DSA private key
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.