Hussein Kasem
5fe48c91f5
JNI-114 Add PassphraseType to the passphraseCallback
5 years ago
heck
0240fafedb
Avoid retry if callback not set is still ...dirty. the commit comment goes on, REMEMBER TO USE hg log -v now and then again :)
// if this happens (no callback registered
// we simply return ""
// it will fail
// this repeats MaxRetries times (currentluy hardcoded to 3)
// Then the orig call will return with the PEP_STATUS (most likely PEP_PASSPHRASE_REQUIRED)
5 years ago
heck
64e12d7774
Java register callback method "Engine.setPassphraseRequired()" done and tested.
5 years ago
heck
095eb8075b
JNI code done, now passphrase comes from java level throug callback
5 years ago
Hussein Kasem
8bb506c94c
JNI-111 Accept null partner during notifyHandshake
5 years ago
heck
7212e1b394
Make Blob Serializable
5 years ago
heck
2e6b1ebccd
X-pEp-Version = '2.1' <- using getProtocolVersion()
5 years ago
heck
53657d764a
Enhance Tests and TestUtils (Message pretty printing)
5 years ago
heck
a1555e720f
Add EncFormat PEPEncInlineEA. BUT a lot of question marks. see TODO:
5 years ago
heck
4bc21c82b2
first draft of incomingMessageFromPGPText()
5 years ago
heck
d020c79c03
Replaced hashCode() with UniquelyIdentifiable.getId()
java.lang.Object.hashCode() returns non unique numbers.
5 years ago
heck
c72a677c81
Blob.toString() enhanced with plain data output.
Added Tests for addAttachment() / getAttachments()
Nonfunctional change, to_blob() now used in to_bloblist()
5 years ago
heck
fcc20e7507
Renaming of methods for semantical reasons, add plain data output to Blob.toString()
5 years ago
heck
e774036922
Added feature Blob.toString() - Human readable string representation of Blob.
The data field is ASN.1 XER decoded for mime_types:
"application/pEp.sync"
"application/pEp.keyreset"
5 years ago
Hussein Kasem
40caaf5d0f
Wrap is_sync_running from pEpLibAdapter
6 years ago
Hussein Kasem
5a9e390936
Add getRating to pEp Identity.
6 years ago
Hussein Kasem
02e975e6a8
Switch to sequoia and update from pEp.* to foundation.*
6 years ago
Hussein Kasem
596a095e70
Move from org.pEp.* to foundation.pEp.*
6 years ago