mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
add description of symantec test case
This commit is contained in:
parent
825baeee1b
commit
108b35cb50
@ -79,7 +79,10 @@ public class ProviderHelperSaveTest {
|
|||||||
|
|
||||||
@Test public void testImportSymantec() throws Exception {
|
@Test public void testImportSymantec() throws Exception {
|
||||||
|
|
||||||
// insert two keys with same long key id, make sure the second one gets rejected either way!
|
// symantec pgp desktop exports secret keys without self certificates. we don't support
|
||||||
|
// those on their own, but if they are imported together with their public key (or if
|
||||||
|
// the public key is already known), the self certs info will be merged in as a special
|
||||||
|
// case.
|
||||||
UncachedKeyRing seckey =
|
UncachedKeyRing seckey =
|
||||||
readRingFromResource("/test-keys/symantec_secret.asc");
|
readRingFromResource("/test-keys/symantec_secret.asc");
|
||||||
UncachedKeyRing pubkey =
|
UncachedKeyRing pubkey =
|
||||||
|
Loading…
Reference in New Issue
Block a user