JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
com.jcraft.jsch
Package
com.jcraft.jsch
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