public interface PBEByteEncryptor extends ByteEncryptor, PasswordBased
Common interface for all Password Based Encryptors which receive a byte array message and return a byte array result.
For a default implementation, see StandardPBEByteEncryptor
.
decrypt, encrypt
setPassword
Copyright © 2017 JBoss by Red Hat. All rights reserved.