tsec-cipher-bouncy
0.5.0
tsec-cipher-bouncy
API
tsec.cipher.symmetric.bouncy
BouncySecretKey
ChaCha20Poly1305
ChaCha20Poly1305
ChaCha20Poly1305IETF
ChaCha20Poly1305IETF
XChaCha20Poly1305
XChaCha20Poly1305
XSalsa20Poly1305
XSalsa20Poly1305
impl
tsec-cipher-bouncy
/
tsec.cipher.symmetric.bouncy
/
XSalsa20Poly1305
/
impl
impl
tsec.cipher.symmetric.bouncy.XSalsa20Poly1305$.impl$
object
impl
Attributes
Source
XSalsa20Poly1305.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
impl
.type
Members list
Clear all
Value members
Concrete methods
def
unsafeDecrypt
(
ct
:
CipherText
[
XSalsa20Poly1305
],
k
:
Type
[
XSalsa20Poly1305
]):
PlainText
Attributes
Source
XSalsa20Poly1305.scala
def
unsafeDecryptDetached
(
ct
:
CipherText
[
XSalsa20Poly1305
],
authTag
:
Type
[
XSalsa20Poly1305
],
k
:
Type
[
XSalsa20Poly1305
]):
PlainText
Attributes
Source
XSalsa20Poly1305.scala
def
unsafeEncrypt
(
plainText
:
PlainText
,
k
:
Type
[
XSalsa20Poly1305
],
iv
:
Type
[
XSalsa20Poly1305
]):
CipherText
[
XSalsa20Poly1305
]
Attributes
Source
XSalsa20Poly1305.scala
def
unsafeEncryptDetached
(
plainText
:
PlainText
,
k
:
Type
[
XSalsa20Poly1305
],
iv
:
Type
[
XSalsa20Poly1305
]): (
CipherText
[
XSalsa20Poly1305
],
Type
[
XSalsa20Poly1305
])
Attributes
Source
XSalsa20Poly1305.scala
In this article
Attributes
Members list
Value members
Concrete methods