public final class Asn1Converter extends Object
| Modifier and Type | Method and Description |
|---|---|
static Asn1Type |
convert(Asn1ParseResult parseResult,
boolean isLazy) |
static Asn1Type |
convertAs(Asn1ParseResult parseResult,
Class<? extends Asn1Type> type) |
static Asn1Type |
convertAsCollection(Asn1ParseResult parseResult,
boolean isLazy) |
static Asn1Type |
convertAsSimple(Asn1ParseResult parseResult) |
public static Asn1Type convert(Asn1ParseResult parseResult, boolean isLazy) throws IOException
IOExceptionpublic static Asn1Type convertAsSimple(Asn1ParseResult parseResult) throws IOException
IOExceptionpublic static Asn1Type convertAsCollection(Asn1ParseResult parseResult, boolean isLazy) throws IOException
IOExceptionpublic static Asn1Type convertAs(Asn1ParseResult parseResult, Class<? extends Asn1Type> type) throws IOException
IOExceptionCopyright © 2014–2018 The Apache Software Foundation. All rights reserved.