com.mindbright.jca.security.interfaces
Interface DSAPrivateKey

All Superinterfaces:
DSAKey, Key, PrivateKey, java.io.Serializable
All Known Implementing Classes:
DSAPrivateKey

public interface DSAPrivateKey
extends DSAKey, PrivateKey


Method Summary
 java.math.BigInteger getX()
           
 
Methods inherited from interface com.mindbright.jca.security.interfaces.DSAKey
getParams
 
Methods inherited from interface com.mindbright.jca.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getX

java.math.BigInteger getX()