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.utils
Interface Base64Facade
All Known Implementing Classes:
Base64Java
public interface
Base64Facade
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)