MCPcopy Create free account
hub / github.com/TrsstProject/trsst / encryptAES

Method encryptAES

src/main/java/com/trsst/Crypto.java:110–113  ·  view source on GitHub ↗
(byte[] input, byte[] key)

Source from the content-addressed store, hash-verified

108 }
109
110 public static byte[] encryptAES(byte[] input, byte[] key)
111 throws InvalidCipherTextException {
112 return _cryptBytesAES(input, key, true);
113 }
114
115 public static byte[] decryptAES(byte[] input, byte[] key)
116 throws InvalidCipherTextException {

Callers 2

postMethod · 0.95
encryptElementAESMethod · 0.95

Calls 1

_cryptBytesAESMethod · 0.95

Tested by

no test coverage detected