File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ -----BEGIN PGP PUBLIC KEY BLOCK-----
2+ Version: GnuPG v2
3+ Comment: A revocation certificate should follow
4+
5+ iQEfBCABCAAJBQJXx09nAh0CAAoJEJ158k4b//6LToEH/j4rtEeKj3JW/Rr006SK
6+ 0b7fMnA3Vr206qdDyaSR9mdcVCTcOqJHMyQBhPaDTtFCiA1pSlHFW5bnalDmpe92
7+ HnMTqvlW4NUeZu6AsE+kLSL4HjbfHXp3Fl6fLpssCwDDYGk0NgFk/sdXlNyDG3vf
8+ qJHuF8l2d0mtL1KehpOnSHEkjQd9U3Tq4MdM5fJRUJPSi6wD953ORa1fTkMWCdZP
9+ 6/aEsm1BzBOdU+tZJgZ6fYwkm542SdjzffgNgB+Lj0RFgnwsew8M+Atz2kn66Wyc
10+ +Gqko5nR2hVIIMe97p0Ln4Cb3z73jbeWZk1LcEJHGDLH4OKyBiE6H7Ff3c6yFcd2
11+ NKM=
12+ =Y5+2
13+ -----END PGP PUBLIC KEY BLOCK-----
Original file line number Diff line number Diff line change @@ -611,6 +611,10 @@ else if (val.equals(KeyKeys.KeyType_OKP)) {
611611 else {
612612 return null ;
613613 }
614+
615+ // Allow them to use the same underlying public key object
616+
617+ newKey .publicKey = publicKey ;
614618
615619 for (CBORObject obj : keyMap .getKeys ()) {
616620 val = keyMap .get (obj );
You can’t perform that action at this time.
0 commit comments