Top Description Fields Constructors Methods
sun.security.util

public final Class NamedCurve

extends ECParameterSpec
Class Inheritance
Imports
java.math.BigInteger, java.security.spec.ECParameterSpec, .ECPoint, .EllipticCurve

Contains Elliptic Curve parameters.
Author
Andreas Sterbenz
Since
1.6

Field Summary

Modifier and TypeField and Description
private final byte[]
private final String[]
private final String

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
public byte[]
public String[]
public String
public String
toString()

Overrides java.lang.Object.toString.

Returns a string representation of the object.

Inherited from java.security.spec.ECParameterSpec:
getCofactorgetCurvegetGeneratorgetOrder

Field Detail

encodedback to summary
private final byte[] encoded
nameAndAliasesback to summary
private final String[] nameAndAliases
oidback to summary
private final String oid

Constructor Detail

NamedCurveback to summary
pack-priv NamedCurve(KnownOIDs ko, EllipticCurve curve, ECPoint g, BigInteger n, int h)

Method Detail

getEncodedback to summary
public byte[] getEncoded()
getNameAndAliasesback to summary
public String[] getNameAndAliases()
getObjectIdback to summary
public String getObjectId()
toStringback to summary
public String toString()

Overrides java.lang.Object.toString.

Doc from java.lang.Object.toString.

Returns a string representation of the object. Satisfying this method's contract implies a non-null result must be returned.

Returns:String

a string representation of the object