Package de.flexiprovider.core.dsa.interfaces

Interface Summary
DSAKey The interface to a DSA public or private key.
DSAParams Interface to a set of key parameters for DSA (Digital Signature Algorithm), which is defined in NIST's FIPS-186.
 

Class Summary
DSAKeyFactory  
DSAKeyPairGenerator Translation layer between DSAParams and DSAParameterSpec.
DSAPrivateKey The interface to a DSA private key.
DSAPublicKey The interface to a DSA public key.
DSASignature