Package com.jcraft.jsch.bc
Class KeyPairGenEdDSA
- java.lang.Object
-
- com.jcraft.jsch.bc.KeyPairGenEdDSA
-
- All Implemented Interfaces:
KeyPairGenEdDSA
public class KeyPairGenEdDSA extends java.lang.Object implements KeyPairGenEdDSA
-
-
Constructor Summary
Constructors Constructor Description KeyPairGenEdDSA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getPrv()
byte[]
getPub()
void
init(java.lang.String name, byte[] prv)
void
init(java.lang.String name, int keylen)
-
-
-
Method Detail
-
init
public void init(java.lang.String name, int keylen) throws java.lang.Exception
- Specified by:
init
in interfaceKeyPairGenEdDSA
- Throws:
java.lang.Exception
-
getPrv
public byte[] getPrv()
- Specified by:
getPrv
in interfaceKeyPairGenEdDSA
-
getPub
public byte[] getPub()
- Specified by:
getPub
in interfaceKeyPairGenEdDSA
-
init
public void init(java.lang.String name, byte[] prv) throws java.lang.Exception
- Specified by:
init
in interfaceKeyPairGenEdDSA
- Throws:
java.lang.Exception
-
-