summary refs log tree commit diff
path: root/crypto/test/src/openpgp/examples
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-10-12 15:49:54 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-10-12 15:49:54 +0700
commit06ba713c9b19102310675a6c58e07c68d8efb3c7 (patch)
tree2d4e747d988f74abca2a5513713e4ff0e8ed8e69 /crypto/test/src/openpgp/examples
parentAdd new file entries (diff)
downloadBouncyCastle.NET-ed25519-06ba713c9b19102310675a6c58e07c68d8efb3c7.tar.xz
Port of latest PGP tests and supporting code changes
Diffstat (limited to 'crypto/test/src/openpgp/examples')
-rw-r--r--crypto/test/src/openpgp/examples/PublicKeyRingDump.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/test/src/openpgp/examples/PublicKeyRingDump.cs b/crypto/test/src/openpgp/examples/PublicKeyRingDump.cs

index bb6108f2d..cbf553795 100644 --- a/crypto/test/src/openpgp/examples/PublicKeyRingDump.cs +++ b/crypto/test/src/openpgp/examples/PublicKeyRingDump.cs
@@ -35,8 +35,8 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp.Examples return "ElGamalEncrypt"; case PublicKeyAlgorithmTag.Dsa: return "DSA"; - case PublicKeyAlgorithmTag.EC: - return "EC"; + case PublicKeyAlgorithmTag.ECDH: + return "ECDH"; case PublicKeyAlgorithmTag.ECDsa: return "ECDSA"; case PublicKeyAlgorithmTag.ElGamalGeneral: