Oracle Security Developer Tools Crypto Java API Reference
10g Release 2 (10.1.2.0.2)

B15565-01


oracle.security.crypto.asn1
Class ASN1FormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byoracle.security.crypto.asn1.ASN1FormatException

All Implemented Interfaces:
java.io.Serializable

public class ASN1FormatException
extends java.io.IOException

Signals that an error occured while parsing an ASN.1 encoded structure.

See Also:
Serialized Form

Constructor Summary
ASN1FormatException()
ASN1FormatException(java.lang.String s)

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

ASN1FormatException

public ASN1FormatException()

ASN1FormatException

public ASN1FormatException(java.lang.String s)

Oracle Security Developer Tools Crypto Java API Reference
10g Release 2 (10.1.2.0.2)

B15565-01


Copyright © 2005 , Oracle. All rights reserved.