public interface SignatureDSA extends Signature
Modifier and Type | Method and Description |
---|---|
void |
setPrvKey(byte[] x,
byte[] p,
byte[] q,
byte[] g) |
void |
setPubKey(byte[] y,
byte[] p,
byte[] q,
byte[] g) |
Copyright © 2015 JCraft,Inc.. All rights reserved.