ec

fun ec(sec1Key: Sec1EcPrivateKeyInfo, curveOid: ObjectIdentifier?, attributes: Set<Asn1Element>? = null): Pkcs8PrivateKeyInfo(source)

Deprecated

Moved to an extension on Sec1EcPrivateKeyInfo's companion

Replace with

Pkcs8PrivateKeyInfo(sec1Key, curveOid, attributes)