package crypto

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. crypto
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait BouncyCastleResource extends AnyRef
  2. type ChunkSize = eu.timepit.refined.types.all.PosInt with Tagged[ChunkSizeTag]
  3. trait ChunkSizeTag extends AnyRef
  4. sealed trait Compression extends AnyRef
  5. trait CryptoAlg[F[_]] extends AnyRef
  6. trait CryptoAlgPlatform extends AnyRef
  7. sealed trait Encryption extends AnyRef
  8. class KeyMismatchException extends RuntimeException with NoStackTrace with Product with Equals with Serializable
  9. class KeyRingMissingKeyException extends RuntimeException with NoStackTrace with Product with Equals with Serializable
  10. trait PGPKeyAlg[F[_]] extends AnyRef
  11. trait PGPKeyAlgPlatform extends AnyRef
  12. final class PGPPublicKeyEncryptedDataOps extends AnyVal
  13. sealed trait PgpLiteralDataPacketFormat extends AnyRef

Value Members

  1. def attemptTagChunkSize(pi: Int): Either[String, ChunkSize]
  2. val defaultChunkSize: ChunkSize
  3. def tagChunkSize(pi: eu.timepit.refined.types.all.PosInt): ChunkSize
  4. implicit def taggedAutoUnwrap[R[_, _], T, P, Tag](tp: @@[R[T, P], Tag])(implicit rt: RefType[R]): T
  5. object BouncyCastleResource
  6. object Compression
  7. object CryptoAlg extends CryptoAlgPlatform
  8. object Encryption
  9. object EncryptionTypeError extends RuntimeException with NoStackTrace with Product with Equals with Serializable
  10. object KeyMismatchException extends AbstractFunction2[Long, Long, KeyMismatchException] with Serializable
  11. object KeyRingMissingKeyException extends AbstractFunction1[Long, KeyRingMissingKeyException] with Serializable
  12. object PGPKeyAlg extends PGPKeyAlgPlatform
  13. object PGPKeyAlgPlatform
  14. object PgpLiteralDataPacketFormat

Inherited from AnyRef

Inherited from Any

Ungrouped