예제 #1
0
 public RecipientInfo(
     OtherRecipientInfo info)
 {
     this.info = new DerTaggedObject(false, 4, info);
 }
예제 #2
0
		public RecipientInfo(
            OtherRecipientInfo info)
        {
            this.info = new DerTaggedObject(false, 4, info);
        }