public class DSAValidationParameters extends Object
Constructor and Description |
---|
DSAValidationParameters(byte[] seed,
int counter) |
DSAValidationParameters(byte[] seed,
int counter,
int usageIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getCounter() |
byte[] |
getSeed() |
int |
getUsageIndex() |
int |
hashCode() |
Copyright © 2016 BouncyCastle.org. All rights reserved.