public interface PBEByteCleanablePasswordEncryptor extends PBEByteEncryptor, CleanablePasswordBased
Common interface for all Password Based Encryptors which receive a byte array message and return a byte array result, and provide means to set passwords as cleanable char[] objects (instead of immutable Strings).
For a default implementation, see StandardPBEByteEncryptor
.
decrypt, encrypt
setPasswordCharArray
setPassword
Copyright © 2021 JBoss by Red Hat. All rights reserved.