iText 8.0.5 API
iText.Bouncycastlefips.Crypto.PublicKeyBCFips Class Reference

Wrapper class for Org.BouncyCastle.Crypto.IAsymmetricPublicKey. More...

Inheritance diagram for iText.Bouncycastlefips.Crypto.PublicKeyBCFips:
iText.Commons.Bouncycastle.Crypto.IPublicKey

Public Member Functions

  PublicKeyBCFips (IAsymmetricPublicKey publicKey)
  Creates new wrapper instance for Org.BouncyCastle.Crypto.IAsymmetricPublicKey. More...
 
virtual IAsymmetricPublicKey  GetPublicKey ()
  Gets actual org.bouncycastle object being wrapped. More...
 
override bool  Equals (Object o)
  Indicates whether some other object is "equal to" this one. Compares wrapped objects. More...
 
override int  GetHashCode ()
  Returns a hash code value based on the wrapped object. More...
 
override String  ToString ()
  Delegates toString method call to the wrapped object. More...
 

Detailed Description

Wrapper class for Org.BouncyCastle.Crypto.IAsymmetricPublicKey.

Constructor & Destructor Documentation

◆ PublicKeyBCFips()

iText.Bouncycastlefips.Crypto.PublicKeyBCFips.PublicKeyBCFips ( IAsymmetricPublicKey  publicKey )
inline

Creates new wrapper instance for Org.BouncyCastle.Crypto.IAsymmetricPublicKey.

Parameters
publicKey Org.BouncyCastle.Crypto.IAsymmetricPublicKey to be wrapped

Member Function Documentation

◆ Equals()

override bool iText.Bouncycastlefips.Crypto.PublicKeyBCFips.Equals ( Object  o )
inline

Indicates whether some other object is "equal to" this one. Compares wrapped objects.

◆ GetHashCode()

override int iText.Bouncycastlefips.Crypto.PublicKeyBCFips.GetHashCode ( )
inline

Returns a hash code value based on the wrapped object.

◆ GetPublicKey()

virtual IAsymmetricPublicKey iText.Bouncycastlefips.Crypto.PublicKeyBCFips.GetPublicKey ( )
inlinevirtual

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped Org.BouncyCastle.Crypto.IAsymmetricPublicKey.

◆ ToString()

override String iText.Bouncycastlefips.Crypto.PublicKeyBCFips.ToString ( )
inline

Delegates toString method call to the wrapped object.