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

GetUnderlyingCipher() 공개 메소드

public GetUnderlyingCipher ( ) : IAsymmetricBlockCipher
리턴 IAsymmetricBlockCipher
		public IAsymmetricBlockCipher GetUnderlyingCipher()
		{
			return engine;
		}