Interface C4KeyPair.NativeImpl

  • All Known Implementing Classes:
    NativeC4KeyPair
    Enclosing class:
    C4KeyPair

    public static interface C4KeyPair.NativeImpl
    • Method Detail

      • nGenerateSelfSignedCertificate

        @NonNull
        byte[] nGenerateSelfSignedCertificate​(long c4KeyPair,
                                              byte algorithm,
                                              int keyBits,
                                              @Nullable
                                              String[][] attributes,
                                              byte usage,
                                              long validityInSeconds)
                                       throws LiteCoreException
        Throws:
        LiteCoreException
      • nFree

        void nFree​(long token)