protected EncryptedType ()
		{
			cipherData = new CipherData ();
			encoding = null;
			encryptionMethod = null;
			encryptionProperties = new EncryptionPropertyCollection ();
			id = null;
			keyInfo = new KeyInfo ();
			mimeType = null;
			type = null;
		}
Exemplo n.º 2
0
		protected EncryptedType ()
		{
			cipherData = new CipherData ();
			encryptionProperties = new EncryptionPropertyCollection ();
			keyInfo = new KeyInfo ();
		}
 protected EncryptedType()
 {
     cipherData           = new CipherData();
     encryptionProperties = new EncryptionPropertyCollection();
     keyInfo = new KeyInfo();
 }