1234567891011121314151617181920 |
- #if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR)
- using System;
- namespace Org.BouncyCastle.Crypto
- {
-
-
-
- public interface IVerifierFactoryProvider
- {
-
-
-
-
-
- IVerifierFactory CreateVerifierFactory (Object algorithmDetails);
- }
- }
- #endif
|