Package com.jcraft.jsch.bc
Class SNTRUP761
- java.lang.Object
-
- com.jcraft.jsch.bc.SNTRUP761
-
-
Constructor Summary
Constructors Constructor Description SNTRUP761()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
decapsulate(byte[] encapsulation)
byte[]
getPublicKey()
void
init()
-
-
-
Method Detail
-
init
public void init() throws java.lang.Exception
-
getPublicKey
public byte[] getPublicKey() throws java.lang.Exception
- Specified by:
getPublicKey
in interfaceKEM
- Throws:
java.lang.Exception
-
decapsulate
public byte[] decapsulate(byte[] encapsulation) throws java.lang.Exception
- Specified by:
decapsulate
in interfaceKEM
- Throws:
java.lang.Exception
-
-