public class EncryptorImpl extends Object implements Encryptor
EncryptorImpl(boolean defaultKey)
byte[]
decrypt(byte[] bytes)
encrypt(byte[] bytes)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EncryptorImpl(boolean defaultKey)
public byte[] decrypt(byte[] bytes)
Encryptor
decrypt
bytes
public byte[] encrypt(byte[] bytes)
encrypt
Copyright © 2019. All rights reserved.