diff options
Diffstat (limited to 'crypto/src/asn1/cms/OtherRecipientInfo.cs')
-rw-r--r-- | crypto/src/asn1/cms/OtherRecipientInfo.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/src/asn1/cms/OtherRecipientInfo.cs b/crypto/src/asn1/cms/OtherRecipientInfo.cs index 80dd68e7c..eb5f6202e 100644 --- a/crypto/src/asn1/cms/OtherRecipientInfo.cs +++ b/crypto/src/asn1/cms/OtherRecipientInfo.cs @@ -16,9 +16,7 @@ namespace Org.BouncyCastle.Asn1.Cms this.oriValue = oriValue; } - [Obsolete("Use GetInstance() instead")] - public OtherRecipientInfo( - Asn1Sequence seq) + private OtherRecipientInfo(Asn1Sequence seq) { oriType = DerObjectIdentifier.GetInstance(seq[0]); oriValue = seq[1]; |