public static interface C4KeyPair.NativeImpl
| Modifier and Type | Method and 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) |
@NonNull
byte[] nGenerateSelfSignedCertificate(long c4KeyPair,
byte algorithm,
int keyBits,
String[][] attributes,
byte usage,
long validityInSeconds)
throws LiteCoreException
LiteCoreExceptionlong nFromExternal(byte algorithm,
int keyBits,
long token)
throws LiteCoreException
LiteCoreExceptionvoid nFree(long token)