Package com.couchbase.lite.internal.core
Class C4Key
- java.lang.Object
-
- com.couchbase.lite.internal.core.C4Key
-
public final class C4Key extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
getCoreKey(String password)
static byte[]
getPbkdf2Key(String password)
-
-
-
Method Detail
-
getPbkdf2Key
@NonNull public static byte[] getPbkdf2Key(@NonNull String password) throws CouchbaseLiteException
- Throws:
CouchbaseLiteException
-
getCoreKey
@NonNull public static byte[] getCoreKey(@NonNull String password) throws CouchbaseLiteException
- Throws:
CouchbaseLiteException
-
-