trait ECKFTag[A] extends KFTag[A]
KFTag, but for elliptic curves
- A
the signature type
- Source
- KFTag.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ECKFTag
- KFTag
- AsymmetricKeyGenAPI
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def outputLen: Int
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildPrivateFromPoint[F[_]](bi: BigInt)(implicit J: JCAECKG[F, A]): F[SigPrivateKey[A]]
-
final
def
buildPrivateKey[F[_]](rawPk: Array[Byte])(implicit S: AsymmetricKeyGen[F, A, SigPublicKey, SigPrivateKey, SigKeyPair]): F[SigPrivateKey[A]]
- Definition Classes
- AsymmetricKeyGenAPI
- def buildPublicKey[F[_]](x: BigInt, y: BigInt)(implicit J: JCAECKG[F, A]): F[SigPublicKey[A]]
-
final
def
buildPublicKey[F[_]](rawPk: Array[Byte])(implicit S: AsymmetricKeyGen[F, A, SigPublicKey, SigPrivateKey, SigKeyPair]): F[SigPublicKey[A]]
- Definition Classes
- AsymmetricKeyGenAPI
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
generateKeyPair[F[_]](implicit S: AsymmetricKeyGen[F, A, SigPublicKey, SigPrivateKey, SigKeyPair]): F[SigKeyPair[A]]
- Definition Classes
- AsymmetricKeyGenAPI
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
unsafeBuildPrivateKey(rawPk: Array[Byte])(implicit S: AsymmetricKeyGen[Id, A, SigPublicKey, SigPrivateKey, SigKeyPair]): SigPrivateKey[A]
- Definition Classes
- AsymmetricKeyGenAPI
- def unsafeBuildPrivateKeyFromPoint(S: BigInt)(implicit J: JCAECKG[Id, A]): SigPrivateKey[A]
-
final
def
unsafeBuildPublicKey(rawPk: Array[Byte])(implicit S: AsymmetricKeyGen[Id, A, SigPublicKey, SigPrivateKey, SigKeyPair]): Id[SigPublicKey[A]]
- Definition Classes
- AsymmetricKeyGenAPI
- def unsafeBuildPublicKeyFromPoints(x: BigInt, y: BigInt)(implicit J: JCAECKG[Id, A]): SigPublicKey[A]
-
final
def
unsafeGenerateKeyPair(implicit S: AsymmetricKeyGen[Id, A, SigPublicKey, SigPrivateKey, SigKeyPair]): SigKeyPair[A]
- Definition Classes
- AsymmetricKeyGenAPI
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )