com.jcraft.jsch
Interface ECDH

All Known Implementing Classes:
ECDH256, ECDH384, ECDH521, ECDHN

public interface ECDH


Method Summary
 byte[] getQ()
           
 byte[] getSecret(byte[] r, byte[] s)
           
 void init(int size)
           
 boolean validate(byte[] r, byte[] s)
           
 

Method Detail

init

void init(int size)
          throws Exception
Throws:
Exception

getSecret

byte[] getSecret(byte[] r,
                 byte[] s)
                 throws Exception
Throws:
Exception

getQ

byte[] getQ()
            throws Exception
Throws:
Exception

validate

boolean validate(byte[] r,
                 byte[] s)
                 throws Exception
Throws:
Exception


Copyright © 2018 JCraft,Inc.. All Rights Reserved.