com.mindbright.jca.security.interfaces
Interface DSAPublicKey

All Superinterfaces:
DSAKey, Key, PublicKey, java.io.Serializable
All Known Implementing Classes:
DSAPublicKey

public interface DSAPublicKey
extends DSAKey, PublicKey


Method Summary
 java.math.BigInteger getY()
           
 
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

getY

public java.math.BigInteger getY()