JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
com.jcraft.jsch
com.jcraft.jsch
KEM
Contents
Description
Method Summary
Method Details
init()
getPublicKey()
decapsulate(byte[])
Hide sidebar
Show sidebar
Interface KEM
public interface
KEM
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
byte[]
decapsulate
(byte[] encapsulation)
byte[]
getPublicKey
()
void
init
()
Method Details
init
void
init
() throws
Exception
Throws:
Exception
getPublicKey
byte[]
getPublicKey
() throws
Exception
Throws:
Exception
decapsulate
byte[]
decapsulate
(byte[] encapsulation)
throws
Exception
Throws:
Exception