codec.asn1
Interface OpenTypeResolver

All Superinterfaces:
Serializable

public interface OpenTypeResolver
extends Serializable

This interface is used by the ASN1OpenType in order to resolve the ASN.1 type to decode at runtime. Concrete implementations of this interface can be used to model references to type classes as well or to compensate for the superseded ASN.1 ANY DEFINED BY type.

Implementations shall determine and return the correct ASN.1 type to be decoded in the defined method.

Version:
"$Id: OpenTypeResolver.java,v 1.1 2004/08/09 08:34:20 flautens Exp $"
Author:
Volker Roth

Method Summary
 ASN1Type resolve(ASN1Type caller)
           
 

Method Detail

resolve

public ASN1Type resolve(ASN1Type caller)
                 throws ResolverException


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.