public class SignatureRSA extends java.lang.Object implements SignatureRSA
构造器和说明 |
---|
SignatureRSA() |
public void setPubKey(byte[] e, byte[] n) throws java.lang.Exception
setPubKey
在接口中 SignatureRSA
java.lang.Exception
public void setPrvKey(byte[] d, byte[] n) throws java.lang.Exception
setPrvKey
在接口中 SignatureRSA
java.lang.Exception
public byte[] sign() throws java.lang.Exception
public void update(byte[] foo) throws java.lang.Exception