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 © 2020 JCraft,Inc.. All Rights Reserved.