Package | Description |
---|---|
org.bouncycastle.asn1.x9 |
Modifier and Type | Method and Description |
---|---|
static ValidationParams |
ValidationParams.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static ValidationParams |
ValidationParams.getInstance(Object obj) |
ValidationParams |
DomainParameters.getValidationParams()
Return the validation parameters for this set (if present).
|
Constructor and Description |
---|
DomainParameters(BigInteger p,
BigInteger g,
BigInteger q,
BigInteger j,
ValidationParams validationParams)
Base constructor - the full domain parameter set.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.