Package com.couchbase.lite.internal.core
Interface C4KeyPair.NativeImpl
-
- All Known Implementing Classes:
NativeC4KeyPair
- Enclosing class:
- C4KeyPair
public static interface C4KeyPair.NativeImpl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
nFree(long token)
long
nFromExternal(byte algorithm, int keyBits, long token)
byte[]
nGenerateSelfSignedCertificate(long c4KeyPair, byte algorithm, int keyBits, String[][] attributes, byte usage, long validityInSeconds)
-
-
-
Method Detail
-
nGenerateSelfSignedCertificate
@NonNull byte[] nGenerateSelfSignedCertificate(long c4KeyPair, byte algorithm, int keyBits, @Nullable String[][] attributes, byte usage, long validityInSeconds) throws LiteCoreException
- Throws:
LiteCoreException
-
nFromExternal
long nFromExternal(byte algorithm, int keyBits, long token) throws LiteCoreException
- Throws:
LiteCoreException
-
nFree
void nFree(long token)
-
-