public class EncryptionResult extends Object
byte[]
cipher
iv
salt
EncryptionResult(byte[] salt, byte[] iv, byte[] cipher)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public byte[] salt
public byte[] iv
public byte[] cipher
public EncryptionResult(byte[] salt, byte[] iv, byte[] cipher)
Copyright © 2022 Apache Software Foundation. All rights reserved.