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