|
562 | 562 | <Compile Include="src\bcpg\sig\SignatureExpirationTime.cs" />
|
563 | 563 | <Compile Include="src\bcpg\sig\SignerUserId.cs" />
|
564 | 564 | <Compile Include="src\bcpg\sig\TrustSignature.cs" />
|
| 565 | + <Compile Include="src\cmp\CertificateConfirmationContent.cs" /> |
| 566 | + <Compile Include="src\cmp\CertificateConfirmationContentBuilder.cs" /> |
| 567 | + <Compile Include="src\cmp\CertificateStatus.cs" /> |
| 568 | + <Compile Include="src\cmp\CmpException.cs" /> |
| 569 | + <Compile Include="src\cmp\GeneralPkiMessage.cs" /> |
| 570 | + <Compile Include="src\cmp\ProtectedPkiMessage.cs" /> |
| 571 | + <Compile Include="src\cmp\ProtectedPkiMessageBuilder.cs" /> |
| 572 | + <Compile Include="src\cmp\RevocationDetails.cs" /> |
| 573 | + <Compile Include="src\cmp\RevocationDetailsBuilder.cs" /> |
565 | 574 | <Compile Include="src\cms\BaseDigestCalculator.cs" />
|
566 | 575 | <Compile Include="src\cms\CMSAttributeTableGenerationException.cs" />
|
567 | 576 | <Compile Include="src\cms\CMSAttributeTableGenerator.cs" />
|
|
603 | 612 | <Compile Include="src\cms\CounterSignatureDigestCalculator.cs" />
|
604 | 613 | <Compile Include="src\cms\DefaultAuthenticatedAttributeTableGenerator.cs" />
|
605 | 614 | <Compile Include="src\cms\DefaultSignedAttributeTableGenerator.cs" />
|
| 615 | + <Compile Include="src\cms\EnvelopedDataHelper.cs" /> |
606 | 616 | <Compile Include="src\cms\IDigestCalculator.cs" />
|
607 | 617 | <Compile Include="src\cms\KEKRecipientInfoGenerator.cs" />
|
608 | 618 | <Compile Include="src\cms\KEKRecipientInformation.cs" />
|
|
626 | 636 | <Compile Include="src\cms\SignerInformation.cs" />
|
627 | 637 | <Compile Include="src\cms\SignerInformationStore.cs" />
|
628 | 638 | <Compile Include="src\cms\SimpleAttributeTableGenerator.cs" />
|
| 639 | + <Compile Include="src\crmf\AuthenticatorControl.cs" /> |
| 640 | + <Compile Include="src\crmf\CertificateRequestMessage.cs" /> |
| 641 | + <Compile Include="src\crmf\CertificateRequestMessageBuilder.cs" /> |
| 642 | + <Compile Include="src\crmf\CrmfException.cs" /> |
| 643 | + <Compile Include="src\crmf\DefaultPKMacPrimitivesProvider.cs" /> |
| 644 | + <Compile Include="src\crmf\EncryptedValueBuilder.cs" /> |
| 645 | + <Compile Include="src\crmf\IControl.cs" /> |
| 646 | + <Compile Include="src\crmf\IEncryptedValuePadder.cs" /> |
| 647 | + <Compile Include="src\crmf\IPKMacPrimitivesProvider.cs" /> |
| 648 | + <Compile Include="src\crmf\PkiArchiveControl.cs" /> |
| 649 | + <Compile Include="src\crmf\PkiArchiveControlBuilder.cs" /> |
| 650 | + <Compile Include="src\crmf\PKMacBuilder.cs" /> |
| 651 | + <Compile Include="src\crmf\ProofOfPossessionSigningKeyBuilder.cs" /> |
| 652 | + <Compile Include="src\crmf\RegTokenControl.cs" /> |
629 | 653 | <Compile Include="src\crypto\AsymmetricCipherKeyPair.cs" />
|
630 | 654 | <Compile Include="src\crypto\AsymmetricKeyParameter.cs" />
|
631 | 655 | <Compile Include="src\crypto\BufferedAeadBlockCipher.cs" />
|
|
650 | 674 | <Compile Include="src\crypto\IBlockCipher.cs" />
|
651 | 675 | <Compile Include="src\crypto\IBlockResult.cs" />
|
652 | 676 | <Compile Include="src\crypto\IBufferedCipher.cs" />
|
| 677 | + <Compile Include="src\crypto\ICipher.cs" /> |
| 678 | + <Compile Include="src\crypto\ICipherBuilder.cs" /> |
| 679 | + <Compile Include="src\crypto\ICipherBuilderWithKey.cs" /> |
653 | 680 | <Compile Include="src\crypto\ICipherParameters.cs" />
|
654 |
| - <Compile Include="src\crypto\IDSA.cs" /> |
655 |
| - <Compile Include="src\crypto\IDsaExt.cs" /> |
| 681 | + <Compile Include="src\crypto\IDecryptorBuilderProvider.cs" /> |
656 | 682 | <Compile Include="src\crypto\IDerivationFunction.cs" />
|
657 | 683 | <Compile Include="src\crypto\IDerivationParameters.cs" />
|
658 | 684 | <Compile Include="src\crypto\IDigest.cs" />
|
| 685 | + <Compile Include="src\crypto\IDSA.cs" /> |
| 686 | + <Compile Include="src\crypto\IDsaExt.cs" /> |
659 | 687 | <Compile Include="src\crypto\IEntropySource.cs" />
|
660 | 688 | <Compile Include="src\crypto\IEntropySourceProvider.cs" />
|
| 689 | + <Compile Include="src\crypto\IKeyUnwrapper.cs" /> |
| 690 | + <Compile Include="src\crypto\IKeyWrapper.cs" /> |
661 | 691 | <Compile Include="src\crypto\IMac.cs" />
|
| 692 | + <Compile Include="src\crypto\IMacFactory.cs" /> |
662 | 693 | <Compile Include="src\crypto\IRawAgreement.cs" />
|
663 | 694 | <Compile Include="src\crypto\IRsa.cs" />
|
664 | 695 | <Compile Include="src\crypto\ISignatureFactory.cs" />
|
|
677 | 708 | <Compile Include="src\crypto\OutputLengthException.cs" />
|
678 | 709 | <Compile Include="src\crypto\parameters\HKDFParameters.cs" />
|
679 | 710 | <Compile Include="src\crypto\PbeParametersGenerator.cs" />
|
680 |
| - <Compile Include="src\crypto\prng\BasicEntropySourceProvider.cs" /> |
681 |
| - <Compile Include="src\crypto\prng\CryptoApiEntropySourceProvider.cs" /> |
682 |
| - <Compile Include="src\crypto\prng\drbg\CtrSP800Drbg.cs" /> |
683 |
| - <Compile Include="src\crypto\prng\drbg\DrbgUtilities.cs" /> |
684 |
| - <Compile Include="src\crypto\prng\drbg\HashSP800Drbg.cs" /> |
685 |
| - <Compile Include="src\crypto\prng\drbg\HMacSP800Drbg.cs" /> |
686 |
| - <Compile Include="src\crypto\prng\drbg\ISP80090Drbg.cs" /> |
687 |
| - <Compile Include="src\crypto\prng\EntropyUtilities.cs" /> |
688 |
| - <Compile Include="src\crypto\prng\IDrbgProvider.cs" /> |
689 |
| - <Compile Include="src\crypto\prng\SP800SecureRandom.cs" /> |
690 |
| - <Compile Include="src\crypto\prng\SP800SecureRandomBuilder.cs" /> |
691 |
| - <Compile Include="src\crypto\prng\X931Rng.cs" /> |
692 |
| - <Compile Include="src\crypto\prng\X931SecureRandom.cs" /> |
693 |
| - <Compile Include="src\crypto\prng\X931SecureRandomBuilder.cs" /> |
| 711 | + <Compile Include="src\crypto\Security.cs" /> |
| 712 | + <Compile Include="src\crypto\SimpleBlockResult.cs" /> |
694 | 713 | <Compile Include="src\crypto\StreamBlockCipher.cs" />
|
695 | 714 | <Compile Include="src\crypto\agreement\DHAgreement.cs" />
|
696 | 715 | <Compile Include="src\crypto\agreement\DHBasicAgreement.cs" />
|
|
882 | 901 | <Compile Include="src\crypto\modes\gcm\Tables1kGcmExponentiator.cs" />
|
883 | 902 | <Compile Include="src\crypto\modes\gcm\Tables64kGcmMultiplier.cs" />
|
884 | 903 | <Compile Include="src\crypto\modes\gcm\Tables8kGcmMultiplier.cs" />
|
| 904 | + <Compile Include="src\crypto\operators\Asn1CipherBuilder.cs" /> |
| 905 | + <Compile Include="src\crypto\operators\Asn1KeyWrapper.cs" /> |
885 | 906 | <Compile Include="src\crypto\operators\Asn1Signature.cs" />
|
| 907 | + <Compile Include="src\crypto\operators\CmsContentEncryptorBuilder.cs" /> |
| 908 | + <Compile Include="src\crypto\operators\CmsKeyTransRecipientInfoGenerator.cs" /> |
886 | 909 | <Compile Include="src\crypto\operators\DefaultSignatureCalculator.cs" />
|
887 | 910 | <Compile Include="src\crypto\operators\DefaultSignatureResult.cs" />
|
888 | 911 | <Compile Include="src\crypto\operators\DefaultVerifierCalculator.cs" />
|
889 | 912 | <Compile Include="src\crypto\operators\DefaultVerifierResult.cs" />
|
| 913 | + <Compile Include="src\crypto\operators\GenericKey.cs" /> |
890 | 914 | <Compile Include="src\crypto\paddings\BlockCipherPadding.cs" />
|
891 | 915 | <Compile Include="src\crypto\paddings\ISO10126d2Padding.cs" />
|
892 | 916 | <Compile Include="src\crypto\paddings\ISO7816d4Padding.cs" />
|
|
913 | 937 | <Compile Include="src\crypto\parameters\DsaPublicKeyParameters.cs" />
|
914 | 938 | <Compile Include="src\crypto\parameters\DsaValidationParameters.cs" />
|
915 | 939 | <Compile Include="src\crypto\parameters\ECDomainParameters.cs" />
|
| 940 | + <Compile Include="src\crypto\parameters\ECGOST3410Parameters.cs" /> |
916 | 941 | <Compile Include="src\crypto\parameters\ECKeyGenerationParameters.cs" />
|
917 | 942 | <Compile Include="src\crypto\parameters\ECKeyParameters.cs" />
|
| 943 | + <Compile Include="src\crypto\parameters\ECNamedDomainParameters.cs" /> |
918 | 944 | <Compile Include="src\crypto\parameters\ECPrivateKeyParameters.cs" />
|
919 | 945 | <Compile Include="src\crypto\parameters\ECPublicKeyParameters.cs" />
|
920 | 946 | <Compile Include="src\crypto\parameters\Ed25519KeyGenerationParameters.cs" />
|
|
967 | 993 | <Compile Include="src\crypto\parameters\X448KeyGenerationParameters.cs" />
|
968 | 994 | <Compile Include="src\crypto\parameters\X448PrivateKeyParameters.cs" />
|
969 | 995 | <Compile Include="src\crypto\parameters\X448PublicKeyParameters.cs" />
|
| 996 | + <Compile Include="src\crypto\prng\BasicEntropySourceProvider.cs" /> |
| 997 | + <Compile Include="src\crypto\prng\CryptoApiEntropySourceProvider.cs" /> |
970 | 998 | <Compile Include="src\crypto\prng\CryptoApiRandomGenerator.cs" />
|
971 | 999 | <Compile Include="src\crypto\prng\DigestRandomGenerator.cs" />
|
| 1000 | + <Compile Include="src\crypto\prng\EntropyUtilities.cs" /> |
| 1001 | + <Compile Include="src\crypto\prng\IDrbgProvider.cs" /> |
972 | 1002 | <Compile Include="src\crypto\prng\IRandomGenerator.cs" />
|
973 | 1003 | <Compile Include="src\crypto\prng\ReversedWindowGenerator.cs" />
|
| 1004 | + <Compile Include="src\crypto\prng\SP800SecureRandom.cs" /> |
| 1005 | + <Compile Include="src\crypto\prng\SP800SecureRandomBuilder.cs" /> |
974 | 1006 | <Compile Include="src\crypto\prng\ThreadedSeedGenerator.cs" />
|
975 | 1007 | <Compile Include="src\crypto\prng\VMPCRandomGenerator.cs" />
|
| 1008 | + <Compile Include="src\crypto\prng\X931Rng.cs" /> |
| 1009 | + <Compile Include="src\crypto\prng\X931SecureRandom.cs" /> |
| 1010 | + <Compile Include="src\crypto\prng\X931SecureRandomBuilder.cs" /> |
| 1011 | + <Compile Include="src\crypto\prng\drbg\CtrSP800Drbg.cs" /> |
| 1012 | + <Compile Include="src\crypto\prng\drbg\DrbgUtilities.cs" /> |
| 1013 | + <Compile Include="src\crypto\prng\drbg\HashSP800Drbg.cs" /> |
| 1014 | + <Compile Include="src\crypto\prng\drbg\HMacSP800Drbg.cs" /> |
| 1015 | + <Compile Include="src\crypto\prng\drbg\ISP80090Drbg.cs" /> |
976 | 1016 | <Compile Include="src\crypto\signers\DsaDigestSigner.cs" />
|
977 | 1017 | <Compile Include="src\crypto\signers\DsaSigner.cs" />
|
978 | 1018 | <Compile Include="src\crypto\signers\ECDsaSigner.cs" />
|
|
1161 | 1201 | <Compile Include="src\crypto\tls\UrlAndHash.cs" />
|
1162 | 1202 | <Compile Include="src\crypto\tls\UseSrtpData.cs" />
|
1163 | 1203 | <Compile Include="src\crypto\tls\UserMappingType.cs" />
|
| 1204 | + <Compile Include="src\crypto\util\AlgorithmIdentifierFactory.cs" /> |
| 1205 | + <Compile Include="src\crypto\util\CipherFactory.cs" /> |
| 1206 | + <Compile Include="src\crypto\util\CipherKeyGeneratorFactory.cs" /> |
1164 | 1207 | <Compile Include="src\crypto\util\Pack.cs" />
|
1165 | 1208 | <Compile Include="src\math\BigInteger.cs" />
|
1166 | 1209 | <Compile Include="src\math\Primes.cs" />
|
|
1415 | 1458 | <Compile Include="src\pkcs\Pkcs12Entry.cs" />
|
1416 | 1459 | <Compile Include="src\pkcs\Pkcs12Store.cs" />
|
1417 | 1460 | <Compile Include="src\pkcs\Pkcs12Utilities.cs" />
|
| 1461 | + <Compile Include="src\pkcs\Pkcs8EncryptedPrivateKeyInfo.cs" /> |
| 1462 | + <Compile Include="src\pkcs\Pkcs8EncryptedPrivateKeyInfoBuilder.cs" /> |
| 1463 | + <Compile Include="src\pkcs\PkcsException.cs" /> |
| 1464 | + <Compile Include="src\pkcs\PkcsIOException.cs" /> |
1418 | 1465 | <Compile Include="src\pkcs\PrivateKeyInfoFactory.cs" />
|
1419 | 1466 | <Compile Include="src\pkcs\X509CertificateEntry.cs" />
|
1420 | 1467 | <Compile Include="src\pkix\CertStatus.cs" />
|
|
1515 | 1562 | <Compile Include="src\util\io\BaseInputStream.cs" />
|
1516 | 1563 | <Compile Include="src\util\io\BaseOutputStream.cs" />
|
1517 | 1564 | <Compile Include="src\util\io\FilterStream.cs" />
|
| 1565 | + <Compile Include="src\util\io\MemoryInputStream.cs" /> |
| 1566 | + <Compile Include="src\util\io\MemoryOutputStream.cs" /> |
1518 | 1567 | <Compile Include="src\util\io\NullOutputStream.cs" />
|
1519 | 1568 | <Compile Include="src\util\io\PushbackStream.cs" />
|
1520 | 1569 | <Compile Include="src\util\io\StreamOverflowException.cs" />
|
|
0 commit comments