iText 8.0.5 API
iText.Commons.Bouncycastle.Crypto.IPrivateKey Interface Reference

This interface represents the wrapper for PrivateKey that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...

Inheritance diagram for iText.Commons.Bouncycastle.Crypto.IPrivateKey:
iText.Bouncycastle.Crypto.PrivateKeyBC iText.Bouncycastlefips.Crypto.PrivateKeyBCFips

Public Member Functions

String  GetAlgorithm ()
  Gets private key algorithm. More...
 

Detailed Description

This interface represents the wrapper for PrivateKey that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.

Member Function Documentation

◆ GetAlgorithm()

String iText.Commons.Bouncycastle.Crypto.IPrivateKey.GetAlgorithm ( )