JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.codevasp.lazysodium.interfaces
Interface MessageEncoder
All Known Implementing Classes:
Base64MessageEncoder
,
HexMessageEncoder
public interface
MessageEncoder
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
byte[]
decode
(
String
cipherText)
String
encode
(byte[] cipher)
Method Details
encode
String
encode
(byte[] cipher)
decode
byte[]
decode
(
String
cipherText)