Uses of Class
org.apache.directory.api.asn1.DecoderException

Packages that use DecoderException
org.apache.directory.api.asn1 Provides the fundamental stateful codec interfaces. 
org.apache.directory.api.asn1.util   
 

Uses of DecoderException in org.apache.directory.api.asn1
 

Methods in org.apache.directory.api.asn1 that throw DecoderException
 void Asn1Object.addLength(int length)
          Add a length to the object
 void AbstractAsn1Object.addLength(int length)
          Add a length to the object
 Object Decoder.decode(Object object)
          Decodes an "encoded" Object and returns a "decoded" Object.
 

Uses of DecoderException in org.apache.directory.api.asn1.util
 

Methods in org.apache.directory.api.asn1.util that throw DecoderException
 void Oid.setOid(byte[] oid)
          Set the Oid.
 void Oid.setOid(String oid)
          Set the Oid.
 

Constructors in org.apache.directory.api.asn1.util that throw DecoderException
Oid(byte[] oid)
          Create a new Oid object from a byte array
Oid(String oid)
          Create a new Oid object from a String
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.