Class PKCSIOException

All Implemented Interfaces:
Serializable

public class PKCSIOException extends IOException
Specialised IOException thrown by classes in org.bouncycastle.pkcs and its sub-packages to signal malformed or corrupted PKCS encodings.
See Also:
  • Constructor Details

    • PKCSIOException

      public PKCSIOException(String msg, Throwable cause)
    • PKCSIOException

      public PKCSIOException(String msg)
  • Method Details