Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding.ISO9796d1Encoding C# (CSharp) 메소드

ISO9796d1Encoding() 공개 메소드

public ISO9796d1Encoding ( IAsymmetricBlockCipher cipher ) : System
cipher IAsymmetricBlockCipher
리턴 System
		public ISO9796d1Encoding(
			IAsymmetricBlockCipher   cipher)
		{
			this.engine = cipher;
		}