public class DerInputException
extends java.io.IOException
DerInputStream
when some DER decoding related problem occurs during parsing an ASN.1 object.| Constructor and Description |
|---|
DerInputException(java.lang.String msg)
Constructs a DerInputException with the specified detail message.
|