diff options
Diffstat (limited to 'crypto/BouncyCastle.Android.csproj')
-rw-r--r-- | crypto/BouncyCastle.Android.csproj | 165 |
1 files changed, 0 insertions, 165 deletions
diff --git a/crypto/BouncyCastle.Android.csproj b/crypto/BouncyCastle.Android.csproj index 7fb3e434d..64b7a4c2f 100644 --- a/crypto/BouncyCastle.Android.csproj +++ b/crypto/BouncyCastle.Android.csproj @@ -1092,171 +1092,6 @@ <Compile Include="src\crypto\signers\SM2Signer.cs" /> <Compile Include="src\crypto\signers\StandardDsaEncoding.cs" /> <Compile Include="src\crypto\signers\X931Signer.cs" /> - <Compile Include="src\crypto\tls\AbstractTlsAgreementCredentials.cs" /> - <Compile Include="src\crypto\tls\AbstractTlsCipherFactory.cs" /> - <Compile Include="src\crypto\tls\AbstractTlsClient.cs" /> - <Compile Include="src\crypto\tls\AbstractTlsContext.cs" /> - <Compile Include="src\crypto\tls\AbstractTlsCredentials.cs" /> - <Compile Include="src\crypto\tls\AbstractTlsEncryptionCredentials.cs" /> - <Compile Include="src\crypto\tls\AbstractTlsKeyExchange.cs" /> - <Compile Include="src\crypto\tls\AbstractTlsPeer.cs" /> - <Compile Include="src\crypto\tls\AbstractTlsServer.cs" /> - <Compile Include="src\crypto\tls\AbstractTlsSigner.cs" /> - <Compile Include="src\crypto\tls\AbstractTlsSignerCredentials.cs" /> - <Compile Include="src\crypto\tls\AlertDescription.cs" /> - <Compile Include="src\crypto\tls\AlertLevel.cs" /> - <Compile Include="src\crypto\tls\BasicTlsPskIdentity.cs" /> - <Compile Include="src\crypto\tls\BulkCipherAlgorithm.cs" /> - <Compile Include="src\crypto\tls\ByteQueue.cs" /> - <Compile Include="src\crypto\tls\ByteQueueStream.cs" /> - <Compile Include="src\crypto\tls\CertChainType.cs" /> - <Compile Include="src\crypto\tls\Certificate.cs" /> - <Compile Include="src\crypto\tls\CertificateRequest.cs" /> - <Compile Include="src\crypto\tls\CertificateStatus.cs" /> - <Compile Include="src\crypto\tls\CertificateStatusRequest.cs" /> - <Compile Include="src\crypto\tls\CertificateStatusType.cs" /> - <Compile Include="src\crypto\tls\CertificateType.cs" /> - <Compile Include="src\crypto\tls\CertificateUrl.cs" /> - <Compile Include="src\crypto\tls\Chacha20Poly1305.cs" /> - <Compile Include="src\crypto\tls\ChangeCipherSpec.cs" /> - <Compile Include="src\crypto\tls\CipherSuite.cs" /> - <Compile Include="src\crypto\tls\CipherType.cs" /> - <Compile Include="src\crypto\tls\ClientAuthenticationType.cs" /> - <Compile Include="src\crypto\tls\ClientCertificateType.cs" /> - <Compile Include="src\crypto\tls\CombinedHash.cs" /> - <Compile Include="src\crypto\tls\CompressionMethod.cs" /> - <Compile Include="src\crypto\tls\ConnectionEnd.cs" /> - <Compile Include="src\crypto\tls\ContentType.cs" /> - <Compile Include="src\crypto\tls\DatagramTransport.cs" /> - <Compile Include="src\crypto\tls\DefaultTlsAgreementCredentials.cs" /> - <Compile Include="src\crypto\tls\DefaultTlsCipherFactory.cs" /> - <Compile Include="src\crypto\tls\DefaultTlsClient.cs" /> - <Compile Include="src\crypto\tls\DefaultTlsDHVerifier.cs" /> - <Compile Include="src\crypto\tls\DefaultTlsEncryptionCredentials.cs" /> - <Compile Include="src\crypto\tls\DefaultTlsServer.cs" /> - <Compile Include="src\crypto\tls\DefaultTlsSignerCredentials.cs" /> - <Compile Include="src\crypto\tls\DefaultTlsSrpGroupVerifier.cs" /> - <Compile Include="src\crypto\tls\DeferredHash.cs" /> - <Compile Include="src\crypto\tls\DigestInputBuffer.cs" /> - <Compile Include="src\crypto\tls\DigitallySigned.cs" /> - <Compile Include="src\crypto\tls\DtlsClientProtocol.cs" /> - <Compile Include="src\crypto\tls\DtlsEpoch.cs" /> - <Compile Include="src\crypto\tls\DtlsHandshakeRetransmit.cs" /> - <Compile Include="src\crypto\tls\DtlsProtocol.cs" /> - <Compile Include="src\crypto\tls\DtlsReassembler.cs" /> - <Compile Include="src\crypto\tls\DtlsRecordLayer.cs" /> - <Compile Include="src\crypto\tls\DtlsReliableHandshake.cs" /> - <Compile Include="src\crypto\tls\DtlsReplayWindow.cs" /> - <Compile Include="src\crypto\tls\DtlsServerProtocol.cs" /> - <Compile Include="src\crypto\tls\DtlsTransport.cs" /> - <Compile Include="src\crypto\tls\ECBasisType.cs" /> - <Compile Include="src\crypto\tls\ECCurveType.cs" /> - <Compile Include="src\crypto\tls\ECPointFormat.cs" /> - <Compile Include="src\crypto\tls\EncryptionAlgorithm.cs" /> - <Compile Include="src\crypto\tls\ExporterLabel.cs" /> - <Compile Include="src\crypto\tls\ExtensionType.cs" /> - <Compile Include="src\crypto\tls\FiniteFieldDheGroup.cs" /> - <Compile Include="src\crypto\tls\HandshakeType.cs" /> - <Compile Include="src\crypto\tls\HashAlgorithm.cs" /> - <Compile Include="src\crypto\tls\HeartbeatExtension.cs" /> - <Compile Include="src\crypto\tls\HeartbeatMessage.cs" /> - <Compile Include="src\crypto\tls\HeartbeatMessageType.cs" /> - <Compile Include="src\crypto\tls\HeartbeatMode.cs" /> - <Compile Include="src\crypto\tls\KeyExchangeAlgorithm.cs" /> - <Compile Include="src\crypto\tls\MacAlgorithm.cs" /> - <Compile Include="src\crypto\tls\MaxFragmentLength.cs" /> - <Compile Include="src\crypto\tls\NameType.cs" /> - <Compile Include="src\crypto\tls\NamedCurve.cs" /> - <Compile Include="src\crypto\tls\NewSessionTicket.cs" /> - <Compile Include="src\crypto\tls\OcspStatusRequest.cs" /> - <Compile Include="src\crypto\tls\PrfAlgorithm.cs" /> - <Compile Include="src\crypto\tls\ProtocolVersion.cs" /> - <Compile Include="src\crypto\tls\PskTlsClient.cs" /> - <Compile Include="src\crypto\tls\PskTlsServer.cs" /> - <Compile Include="src\crypto\tls\RecordStream.cs" /> - <Compile Include="src\crypto\tls\SecurityParameters.cs" /> - <Compile Include="src\crypto\tls\ServerName.cs" /> - <Compile Include="src\crypto\tls\ServerNameList.cs" /> - <Compile Include="src\crypto\tls\ServerOnlyTlsAuthentication.cs" /> - <Compile Include="src\crypto\tls\ServerSrpParams.cs" /> - <Compile Include="src\crypto\tls\SessionParameters.cs" /> - <Compile Include="src\crypto\tls\SignatureAlgorithm.cs" /> - <Compile Include="src\crypto\tls\SignatureAndHashAlgorithm.cs" /> - <Compile Include="src\crypto\tls\SignerInputBuffer.cs" /> - <Compile Include="src\crypto\tls\SimulatedTlsSrpIdentityManager.cs" /> - <Compile Include="src\crypto\tls\SrpTlsClient.cs" /> - <Compile Include="src\crypto\tls\SrpTlsServer.cs" /> - <Compile Include="src\crypto\tls\SrtpProtectionProfile.cs" /> - <Compile Include="src\crypto\tls\Ssl3Mac.cs" /> - <Compile Include="src\crypto\tls\SupplementalDataEntry.cs" /> - <Compile Include="src\crypto\tls\SupplementalDataType.cs" /> - <Compile Include="src\crypto\tls\Timeout.cs" /> - <Compile Include="src\crypto\tls\TlsAeadCipher.cs" /> - <Compile Include="src\crypto\tls\TlsAgreementCredentials.cs" /> - <Compile Include="src\crypto\tls\TlsAuthentication.cs" /> - <Compile Include="src\crypto\tls\TlsBlockCipher.cs" /> - <Compile Include="src\crypto\tls\TlsCipher.cs" /> - <Compile Include="src\crypto\tls\TlsCipherFactory.cs" /> - <Compile Include="src\crypto\tls\TlsClient.cs" /> - <Compile Include="src\crypto\tls\TlsClientContext.cs" /> - <Compile Include="src\crypto\tls\TlsClientContextImpl.cs" /> - <Compile Include="src\crypto\tls\TlsClientProtocol.cs" /> - <Compile Include="src\crypto\tls\TlsCloseable.cs" /> - <Compile Include="src\crypto\tls\TlsCompression.cs" /> - <Compile Include="src\crypto\tls\TlsContext.cs" /> - <Compile Include="src\crypto\tls\TlsCredentials.cs" /> - <Compile Include="src\crypto\tls\TlsDHKeyExchange.cs" /> - <Compile Include="src\crypto\tls\TlsDHUtilities.cs" /> - <Compile Include="src\crypto\tls\TlsDHVerifier.cs" /> - <Compile Include="src\crypto\tls\TlsDeflateCompression.cs" /> - <Compile Include="src\crypto\tls\TlsDheKeyExchange.cs" /> - <Compile Include="src\crypto\tls\TlsDsaSigner.cs" /> - <Compile Include="src\crypto\tls\TlsDssSigner.cs" /> - <Compile Include="src\crypto\tls\TlsECDHKeyExchange.cs" /> - <Compile Include="src\crypto\tls\TlsECDheKeyExchange.cs" /> - <Compile Include="src\crypto\tls\TlsECDsaSigner.cs" /> - <Compile Include="src\crypto\tls\TlsEccUtilities.cs" /> - <Compile Include="src\crypto\tls\TlsEncryptionCredentials.cs" /> - <Compile Include="src\crypto\tls\TlsException.cs" /> - <Compile Include="src\crypto\tls\TlsExtensionsUtilities.cs" /> - <Compile Include="src\crypto\tls\TlsFatalAlert.cs" /> - <Compile Include="src\crypto\tls\TlsFatalAlertReceived.cs" /> - <Compile Include="src\crypto\tls\TlsHandshakeHash.cs" /> - <Compile Include="src\crypto\tls\TlsKeyExchange.cs" /> - <Compile Include="src\crypto\tls\TlsMac.cs" /> - <Compile Include="src\crypto\tls\TlsNoCloseNotifyException.cs" /> - <Compile Include="src\crypto\tls\TlsNullCipher.cs" /> - <Compile Include="src\crypto\tls\TlsNullCompression.cs" /> - <Compile Include="src\crypto\tls\TlsPeer.cs" /> - <Compile Include="src\crypto\tls\TlsProtocol.cs" /> - <Compile Include="src\crypto\tls\TlsProtocolHandler.cs" /> - <Compile Include="src\crypto\tls\TlsPskIdentity.cs" /> - <Compile Include="src\crypto\tls\TlsPskIdentityManager.cs" /> - <Compile Include="src\crypto\tls\TlsPskKeyExchange.cs" /> - <Compile Include="src\crypto\tls\TlsRsaKeyExchange.cs" /> - <Compile Include="src\crypto\tls\TlsRsaSigner.cs" /> - <Compile Include="src\crypto\tls\TlsRsaUtilities.cs" /> - <Compile Include="src\crypto\tls\TlsServer.cs" /> - <Compile Include="src\crypto\tls\TlsServerContext.cs" /> - <Compile Include="src\crypto\tls\TlsServerContextImpl.cs" /> - <Compile Include="src\crypto\tls\TlsServerProtocol.cs" /> - <Compile Include="src\crypto\tls\TlsSession.cs" /> - <Compile Include="src\crypto\tls\TlsSessionImpl.cs" /> - <Compile Include="src\crypto\tls\TlsSigner.cs" /> - <Compile Include="src\crypto\tls\TlsSignerCredentials.cs" /> - <Compile Include="src\crypto\tls\TlsSrpGroupVerifier.cs" /> - <Compile Include="src\crypto\tls\TlsSrpIdentityManager.cs" /> - <Compile Include="src\crypto\tls\TlsSrpKeyExchange.cs" /> - <Compile Include="src\crypto\tls\TlsSrpLoginParameters.cs" /> - <Compile Include="src\crypto\tls\TlsSrpUtilities.cs" /> - <Compile Include="src\crypto\tls\TlsSrtpUtilities.cs" /> - <Compile Include="src\crypto\tls\TlsStream.cs" /> - <Compile Include="src\crypto\tls\TlsStreamCipher.cs" /> - <Compile Include="src\crypto\tls\TlsTimeoutException.cs" /> - <Compile Include="src\crypto\tls\TlsUtilities.cs" /> - <Compile Include="src\crypto\tls\UrlAndHash.cs" /> - <Compile Include="src\crypto\tls\UseSrtpData.cs" /> - <Compile Include="src\crypto\tls\UserMappingType.cs" /> <Compile Include="src\crypto\util\AlgorithmIdentifierFactory.cs" /> <Compile Include="src\crypto\util\BasicAlphabetMapper.cs" /> <Compile Include="src\crypto\util\CipherFactory.cs" /> |