Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding.GetUnderlyingCipher C# (CSharp) Méthode

GetUnderlyingCipher() public méthode

public GetUnderlyingCipher ( ) : IAsymmetricBlockCipher
Résultat IAsymmetricBlockCipher
		public IAsymmetricBlockCipher GetUnderlyingCipher()
		{
			return engine;
		}