public class CryptVersion extends Object
String
cipher
Function<Integer,Integer>
encryptedLength
Key
key
int
saltLength
CryptVersion(int saltLength, String cipher, Key key, Function<Integer,Integer> encryptedLength)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final int saltLength
public final String cipher
public final Key key
public final Function<Integer,Integer> encryptedLength
public CryptVersion(int saltLength, String cipher, Key key, Function<Integer,Integer> encryptedLength)
Copyright © 2018. All rights reserved.