public interface EllipticParamInterface
extends java.security.spec.AlgorithmParameterSpec
Modifier and Type | Method and Description |
---|---|
EllipticCurve |
getCurve()
get elliptic curve.
|
byte[] |
getEncodedOID()
get ASN1 encoded OID.
|
OID |
getOID()
get OID.
|
int[] |
getP()
get P - elliptic curve modulus.
|
int[] |
getQ()
get Q - order of cyclic group.
|
int[] getP()
int[] getQ()
EllipticCurve getCurve()
OID getOID()
byte[] getEncodedOID()