Packages

object CryptoArbitraries extends CryptoArbitraries with PgpArbitraries

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CryptoArbitraries
  2. PgpArbitraries
  3. PgpArbitrariesPlatform
  4. CryptoArbitraries
  5. CryptoArbitrariesPlatform
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type KeySize = Refined[Int, KeySizePred]
    Definition Classes
    PgpArbitraries
  2. type KeySizePred = Not[Less[Int(384)]]
    Definition Classes
    PgpArbitraries

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val arbBytes: Arbitrary[Stream[Pure, Byte]]
    Definition Classes
    CryptoArbitraries
  5. implicit val arbChunkSize: Arbitrary[ChunkSize]
    Definition Classes
    CryptoArbitraries
  6. implicit def arbPgpPrivateKey[F[_]](implicit A: Arbitrary[Resource[F, PGPKeyPair]]): Arbitrary[Resource[F, PGPPrivateKey]]
  7. implicit def arbPgpPublicKey[F[_]](implicit A: Arbitrary[Resource[F, PGPKeyPair]]): Arbitrary[Resource[F, PGPPublicKey]]
  8. def arbWeakKeyPair[F[_]](implicit arg0: Sync[F]): Arbitrary[Resource[F, PGPKeyPair]]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def genKeyPair[F[_]](keySize: KeySize)(implicit arg0: Sync[F]): Gen[Resource[F, PGPKeyPair]]
  14. def genNBytesBetween(min: Int, max: Int): Gen[Stream[Pure, Byte]]
    Definition Classes
    CryptoArbitraries
  15. def genPGPSecretKeyRingCollection[F[_]](passphrase: Array[Char])(implicit arg0: Sync[F], A: Arbitrary[Resource[F, PGPKeyPair]]): Gen[Resource[F, PGPSecretKeyRingCollection]]
  16. def genPgpBytes[F[_]](implicit A: Arbitrary[Resource[F, PGPKeyPair]]): Gen[Resource[F, Array[Byte]]]
  17. def genStrongKeyPair[F[_]](implicit arg0: Sync[F]): Gen[Resource[F, PGPKeyPair]]
  18. def genWeakKeyPair[F[_]](implicit arg0: Sync[F]): Gen[Resource[F, PGPKeyPair]]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def keysIn[F[_]](collection: PGPSecretKeyRingCollection)(implicit arg0: Sync[F]): Stream[F, PGPSecretKey]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. def pgpKeyRingGenerator[F[_]](keyRingId: String, keyPair: PGPKeyPair, passphrase: Array[Char])(implicit arg0: Sync[F]): F[PGPKeyRingGenerator]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from PgpArbitraries

Inherited from PgpArbitrariesPlatform

Inherited from CryptoArbitraries

Inherited from AnyRef

Inherited from Any

Ungrouped