public interface SignatureRSA extends Signature
void
setPrvKey(byte[] d, byte[] n)
setPubKey(byte[] e, byte[] n)
init, sign, update, verify
void setPubKey(byte[] e, byte[] n) throws Exception
Exception
void setPrvKey(byte[] d, byte[] n) throws Exception
Copyright © 2023 JCraft,Inc.. All rights reserved.