public class EC5Util extends Object
Constructor and Description |
---|
EC5Util() |
Modifier and Type | Method and Description |
---|---|
static EllipticCurve |
convertCurve(org.bouncycastle.math.ec.ECCurve curve,
byte[] seed) |
static org.bouncycastle.math.ec.ECCurve |
convertCurve(EllipticCurve ec) |
static ECField |
convertField(org.bouncycastle.math.field.FiniteField field) |
static org.bouncycastle.math.ec.ECPoint |
convertPoint(org.bouncycastle.math.ec.ECCurve curve,
ECPoint point,
boolean withCompression) |
static org.bouncycastle.math.ec.ECPoint |
convertPoint(ECParameterSpec ecSpec,
ECPoint point,
boolean withCompression) |
static ECParameterSpec |
convertSpec(ECParameterSpec ecSpec,
boolean withCompression) |
static ECParameterSpec |
convertSpec(EllipticCurve ellipticCurve,
ECParameterSpec spec) |
static ECParameterSpec |
convertToSpec(org.bouncycastle.asn1.x9.X962Parameters params,
org.bouncycastle.math.ec.ECCurve curve) |
static ECParameterSpec |
convertToSpec(org.bouncycastle.asn1.x9.X9ECParameters domainParameters) |
static org.bouncycastle.math.ec.ECCurve |
getCurve(ProviderConfiguration configuration,
org.bouncycastle.asn1.x9.X962Parameters params) |
static org.bouncycastle.crypto.params.ECDomainParameters |
getDomainParameters(ProviderConfiguration configuration,
ECParameterSpec params) |
public static org.bouncycastle.math.ec.ECCurve getCurve(ProviderConfiguration configuration, org.bouncycastle.asn1.x9.X962Parameters params)
public static org.bouncycastle.crypto.params.ECDomainParameters getDomainParameters(ProviderConfiguration configuration, ECParameterSpec params)
public static ECParameterSpec convertToSpec(org.bouncycastle.asn1.x9.X962Parameters params, org.bouncycastle.math.ec.ECCurve curve)
public static ECParameterSpec convertToSpec(org.bouncycastle.asn1.x9.X9ECParameters domainParameters)
public static EllipticCurve convertCurve(org.bouncycastle.math.ec.ECCurve curve, byte[] seed)
public static org.bouncycastle.math.ec.ECCurve convertCurve(EllipticCurve ec)
public static ECField convertField(org.bouncycastle.math.field.FiniteField field)
public static ECParameterSpec convertSpec(EllipticCurve ellipticCurve, ECParameterSpec spec)
public static ECParameterSpec convertSpec(ECParameterSpec ecSpec, boolean withCompression)
public static org.bouncycastle.math.ec.ECPoint convertPoint(ECParameterSpec ecSpec, ECPoint point, boolean withCompression)
public static org.bouncycastle.math.ec.ECPoint convertPoint(org.bouncycastle.math.ec.ECCurve curve, ECPoint point, boolean withCompression)
Copyright © 2017 BouncyCastle.org. All rights reserved.