tsec.common
package tsec.common
Members list
Type members
Classlikes
final implicit class ByteSyntaxHelpers(val array: Array[Byte]) extends AnyVal
Attributes
- Source
- package.scala
- Supertypes
-
class AnyValtrait Matchableclass Any
object ByteUtils
Attributes
- Source
- ByteUtils.scala
- Supertypes
- Self type
-
ByteUtils.type
Attributes
- Companion
- object
- Source
- CryptoTag.scala
- Supertypes
object CryptoTag
Attributes
- Companion
- trait
- Source
- CryptoTag.scala
- Supertypes
- Self type
-
CryptoTag.type
object ErrorConstruct
Attributes
- Source
- ErrorConstruct.scala
- Supertypes
- Self type
-
ErrorConstruct.type
final implicit class JerryStringer(val s: String) extends AnyVal
Attributes
- Source
- package.scala
- Supertypes
-
class AnyValtrait Matchableclass Any
trait ManagedRandom
A trait that manages a secureRandom instance.
A trait that manages a secureRandom instance.
Attributes
- Companion
- object
- Source
- ManagedRandom.scala
- Supertypes
- Known subtypes
-
class SecureRandomIdGenerator
object ManagedRandom
Attributes
- Companion
- trait
- Source
- ManagedRandom.scala
- Supertypes
- Self type
-
ManagedRandom.type
object OSUtil
Attributes
- Source
- OSUtil.scala
- Supertypes
- Self type
-
OSUtil.type
object QueueAlloc
Attributes
- Source
- QueueAlloc.scala
- Supertypes
- Self type
-
QueueAlloc.type
object SecureRandomId
Attributes
- Source
- SecureRandomIdGenerator.scala
- Supertypes
- Self type
-
SecureRandomId.type
case class SecureRandomIdGenerator(sizeInBytes: Int) extends ManagedRandom
Attributes
- Source
- SecureRandomIdGenerator.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ManagedRandomclass Objecttrait Matchableclass AnyShow all
trait TSecError extends Exception, NoStackTrace
Attributes
- Source
- package.scala
- Supertypes
-
trait NoStackTraceclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait CipherErrorclass AADErrorclass AuthTagErrorclass CipherKeyBuildErrorclass CipherKeyErrorclass CipherTextErrorclass DecryptErrorclass EncryptErrorclass InstanceInitErrorclass IvErrorobject NoSuchInstanceError.typeclass PasswordErrorShow all
Attributes
- Source
- package.scala
- Supertypes
case object VerificationFailed extends VerificationStatus
Attributes
- Source
- VerificationStatus.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait VerificationStatustrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
VerificationFailed.type
sealed trait VerificationStatus extends Product, Serializable
Attributes
- Source
- VerificationStatus.scala
- Supertypes
- Known subtypes
-
object VerificationFailed.typeobject Verified.type
case object Verified extends VerificationStatus
Attributes
- Source
- VerificationStatus.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait VerificationStatustrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
Verified.type
Attributes
- Source
- CryptoTag.scala
- Supertypes
Attributes
- Source
- package.scala
- Supertypes
Types
Convenience alias since Either[Throwable, *] is really annoying to write over and over
Convenience alias since Either[Throwable, *] is really annoying to write over and over
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
Implicits
Implicits
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
final implicit def primitiveEncoderOps[T](v: T)(implicit E: TSecPrimitiveEncoder[T]): primitiveEncoderOps[T]
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
In this article