com.jcraft.jsch.jce
Class KeyPairGenDSA

java.lang.Object
  extended by com.jcraft.jsch.jce.KeyPairGenDSA
All Implemented Interfaces:
KeyPairGenDSA

public class KeyPairGenDSA
extends java.lang.Object
implements KeyPairGenDSA


Field Summary
(package private)  byte[] g
           
(package private)  byte[] p
           
(package private)  byte[] q
           
(package private)  byte[] x
           
(package private)  byte[] y
           
 
Constructor Summary
KeyPairGenDSA()
           
 
Method Summary
 byte[] getG()
           
 byte[] getP()
           
 byte[] getQ()
           
 byte[] getX()
           
 byte[] getY()
           
 void init(int key_size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

byte[] x

y

byte[] y

p

byte[] p

q

byte[] q

g

byte[] g
Constructor Detail

KeyPairGenDSA

public KeyPairGenDSA()
Method Detail

init

public void init(int key_size)
          throws java.lang.Exception
Specified by:
init in interface KeyPairGenDSA
Throws:
java.lang.Exception

getX

public byte[] getX()
Specified by:
getX in interface KeyPairGenDSA

getY

public byte[] getY()
Specified by:
getY in interface KeyPairGenDSA

getP

public byte[] getP()
Specified by:
getP in interface KeyPairGenDSA

getQ

public byte[] getQ()
Specified by:
getQ in interface KeyPairGenDSA

getG

public byte[] getG()
Specified by:
getG in interface KeyPairGenDSA


Copyright 2006 jcraft. All Rights Reserved.