org.gridkit.internal.com.jcraft.jsch
Interface SignatureRSA
- All Known Implementing Classes:
- SignatureRSA
public interface SignatureRSA
init
void init()
throws Exception
- Throws:
Exception
setPubKey
void setPubKey(byte[] e,
byte[] n)
throws Exception
- Throws:
Exception
setPrvKey
void setPrvKey(byte[] d,
byte[] n)
throws Exception
- Throws:
Exception
update
void update(byte[] H)
throws Exception
- Throws:
Exception
verify
boolean verify(byte[] sig)
throws Exception
- Throws:
Exception
sign
byte[] sign()
throws Exception
- Throws:
Exception
Copyright © 2017. All Rights Reserved.