BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsCipherFactory.CreateCipher C# (CSharp) Метод

CreateCipher() публичный Метод

public CreateCipher ( TlsContext context, int encryptionAlgorithm, int macAlgorithm ) : TlsCipher
context TlsContext
encryptionAlgorithm int
macAlgorithm int
Результат TlsCipher
        public virtual TlsCipher CreateCipher(TlsContext context, int encryptionAlgorithm, int macAlgorithm)
        {
            throw new TlsFatalAlert(AlertDescription.internal_error);
        }
    }
AbstractTlsCipherFactory