codec.asn1
Interface Resolver
- All Known Implementing Classes:
- ClassInstanceResolver, DefinedByResolver, Name
- public interface Resolver
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: Resolver.java,v 1.2 2000/12/06 17:47:29 vroth Exp $"
- Author:
- Volker Roth
resolve
public ASN1Type resolve(ASN1Type caller)
throws ResolverException
Copyright © Fraunhofer Gesellschaft. All Rights Reserved.