Base64
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Base64.type
Members list
Value members
Concrete methods
Value parameters
- str
-
Base64 URL string TODO: method copyArrayToImmutableIndexedSeq in class LowPriorityImplicits2 is deprecated since 2.13.0: Implicit conversions from Array to immutable.IndexedSeq are implemented by copying; Use the more efficient non-copying ArraySeq.unsafeWrapArray or an explicit toIndexedSeq call
Attributes
Concrete fields
Base64 basic decoder RFC4648
Base64 basic decoder RFC4648
Attributes
Base64 basic encoder RFC4648
Base64 basic encoder RFC4648
Attributes
Base64 url decoder RFC4648
Base64 url decoder RFC4648
Attributes
Base64 url (without padding) encoder RFC4648
Base64 url (without padding) encoder RFC4648
Attributes
Extensions
Extensions
Decodes this Base64 object to an unsigned big integer.
Decodes this Base64 object to an unsigned big integer.
Attributes
original String Base64 URL (can or not have padding)
original String Base64 URL (can or not have padding)