Class

tsec.common

JerryStringer

Related Doc: package common

Permalink

final class JerryStringer extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JerryStringer
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JerryStringer(s: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def asciiBytes: Array[Byte]

    Permalink
  6. def b64Bytes: Option[Array[Byte]]

    Permalink
  7. def b64UrlBytes: Option[Array[Byte]]

    Permalink
  8. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  9. def hexBytes[F[_]](implicit F: Sync[F]): F[Array[Byte]]

    Permalink
  10. def hexBytesUnsafe: Array[Byte]

    Permalink
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. val s: String

    Permalink
  13. def toString(): String

    Permalink
    Definition Classes
    Any
  14. def utf8Bytes: Array[Byte]

    Permalink

Deprecated Value Members

  1. def base64Bytes: Array[Byte]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.0.1-M12) use .b64Bytes functions. This is unsafe

  2. def base64UrlBytes: Array[Byte]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.0.1-M12) use .b64UrlBytes functions. This is unsafe

Inherited from AnyVal

Inherited from Any

Ungrouped