| java.lang.Object | |
| ↳ | java.security.spec.DSAPrivateKeySpec | 
The parameters specifying a DSA private key.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          | 
        
          
          Creates a new
           
        
           DSAPrivateKeySpec
          
          with the specified private key,
 prime, sub-prime and base.
          | 
       ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          | 
        
          
          Returns the base
           
        
           g
          
          .
          | 
       ||||||||||
| 
          | 
        
          
          Returns the prime
           
        
           p
          
          .
          | 
       ||||||||||
| 
          | 
        
          
          Returns the sub-prime
           
        
           q
          
          .
          | 
       ||||||||||
| 
          | 
        
          
          Returns the private key
           
        
           x
          
          .
          | 
       ||||||||||
| 
         
          [Expand]
         
          
          Inherited Methods
          
         | 
       |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
         
           
         
         From class
         
          java.lang.Object
         
          | 
       |||||||||||
         Creates a new
         
          DSAPrivateKeySpec
         
         with the specified private key,
 prime, sub-prime and base.
        
| x | 
           the private key
           
            x
           
           .
           | 
         
|---|---|
| p | 
           the prime
           
            p
           
           .
           | 
         
| q | 
           the sub-prime
           
            q
           
           .
           | 
         
| g | 
           the base
           
            g
           
           .
           | 
         
         Returns the private key
         
          x
         
         .
        
           x
          
          .