summary refs log tree commit diff
path: root/crypto/src/tls/crypto/impl/bc/BcTlsEd448Verifier.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/tls/crypto/impl/bc/BcTlsEd448Verifier.cs')
-rw-r--r--crypto/src/tls/crypto/impl/bc/BcTlsEd448Verifier.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/src/tls/crypto/impl/bc/BcTlsEd448Verifier.cs b/crypto/src/tls/crypto/impl/bc/BcTlsEd448Verifier.cs
index 3634eeaa7..7940d0757 100644
--- a/crypto/src/tls/crypto/impl/bc/BcTlsEd448Verifier.cs
+++ b/crypto/src/tls/crypto/impl/bc/BcTlsEd448Verifier.cs
@@ -13,11 +13,6 @@ namespace Org.BouncyCastle.Tls.Crypto.Impl.BC
         {
         }
 
-        public override bool VerifyRawSignature(DigitallySigned digitallySigned, byte[] hash)
-        {
-            throw new NotSupportedException();
-        }
-
         public override TlsStreamVerifier GetStreamVerifier(DigitallySigned digitallySigned)
         {
             SignatureAndHashAlgorithm algorithm = digitallySigned.Algorithm;