public interface BinaryEncryptor
Common interface for all util classes aimed at binary encryption
Modifier and Type | Method and Description |
---|---|
byte[] |
decrypt(byte[] encryptedBinary)
Decrypts a byte array.
|
byte[] |
encrypt(byte[] binary)
Encrypts a byte array
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.