public interface Encrypter
Modifier and Type | Method and Description |
---|---|
byte[] |
decrypt(byte[] cryptotext) |
byte[] |
encrypt(byte[] plaintext) |
byte[] encrypt(byte[] plaintext) throws SessionEncrypterException
SessionEncrypterException
byte[] decrypt(byte[] cryptotext) throws SessionEncrypterException
SessionEncrypterException
Copyright © 2006–2018 TinyGroup. All rights reserved.