Class PKCS8EncryptedPrivateKeyInfoBCFips

java.lang.Object
com.itextpdf.bouncycastlefips.pkcs.PKCS8EncryptedPrivateKeyInfoBCFips
All Implemented Interfaces:
IPKCS8EncryptedPrivateKeyInfo

public class PKCS8EncryptedPrivateKeyInfoBCFips extends Object implements IPKCS8EncryptedPrivateKeyInfo
Wrapper class for PKCS8EncryptedPrivateKeyInfo.
  • Constructor Details

    • PKCS8EncryptedPrivateKeyInfoBCFips

      public PKCS8EncryptedPrivateKeyInfoBCFips (org.bouncycastle.pkcs.PKCS8EncryptedPrivateKeyInfo privateKeyInfo)
      Creates new wrapper instance for PKCS8EncryptedPrivateKeyInfo.
      Parameters:
      privateKeyInfo - PKCS8EncryptedPrivateKeyInfo to be wrapped
  • Method Details

    • getPrivateKeyInfo

      public org.bouncycastle.pkcs.PKCS8EncryptedPrivateKeyInfo getPrivateKeyInfo()
      Gets actual org.bouncycastle object being wrapped.
      Returns:
      wrapped PKCS8EncryptedPrivateKeyInfo.
    • decryptPrivateKeyInfo

      public IPrivateKeyInfo decryptPrivateKeyInfo (IInputDecryptorProvider decryptorProvider) throws PKCSExceptionBCFips
      Calls actual decryptPrivateKeyInfo method for the wrapped PKCS8EncryptedPrivateKeyInfo object.
      Specified by:
      decryptPrivateKeyInfo in interface IPKCS8EncryptedPrivateKeyInfo
      Parameters:
      decryptorProvider - IInputDecryptorProvider wrapper to be used during decryption
      Returns:
      IPrivateKeyInfo wrapper for private key info
      Throws:
      PKCSExceptionBCFips
    • equals

      public boolean equals (Object o)
      Indicates whether some other object is "equal to" this one. Compares wrapped objects.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Returns a hash code value based on the wrapped object.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Delegates toString method call to the wrapped object.
      Overrides:
      toString in class Object