tsec.signature

package tsec.signature

Members list

Type members

Classlikes

trait CertSignatureAPI[A, PubK[_], PrivK[_], Cert[_]] extends SignatureAPI[A, PubK, PrivK]

Attributes

Source
SignatureAPI.scala
Supertypes
trait SignatureAPI[A, PubK, PrivK]
class Object
trait Matchable
class Any
trait CertificateSigner[F[_], A, PubK[_], PrivK[_], Cert[_]] extends Signer[F, A, PubK, PrivK]

Attributes

Source
Signer.scala
Supertypes
trait Signer[F, A, PubK, PrivK]
class Object
trait Matchable
class Any

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type
trait IdSigner[A, PrivK[_], PubK[_], KP[_]] extends Signer[Id, A, PrivK, PubK]

Attributes

Source
Signer.scala
Supertypes
trait Signer[Id, A, PrivK, PubK]
class Object
trait Matchable
class Any
trait SignatureAPI[A, PubK[_], PrivK[_]]

Attributes

Source
SignatureAPI.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CertSignatureAPI[A, PubK, PrivK, Cert]
trait Signer[F[_], A, PubK[_], PrivK[_]]

Attributes

Source
Signer.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CertificateSigner[F, A, PubK, PrivK, Cert]
trait IdSigner[A, PrivK, PubK, KP]

Types

type CryptoSignature[A] = Type[A]

Attributes

Source
package.scala