internal PasswordRecipientInformation(
			PasswordRecipientInfo	info,
			CmsSecureReadable		secureReadable)
			: base(info.KeyEncryptionAlgorithm, secureReadable)
		{
			this.info = info;
			this.rid = new RecipientID();
		}
示例#2
0
 public RecipientInfo(
     PasswordRecipientInfo info)
 {
     this.info = new DerTaggedObject(false, 3, info);
 }
示例#3
0
		public RecipientInfo(
            PasswordRecipientInfo info)
        {
            this.info = new DerTaggedObject(false, 3, info);
        }