public class Asn1Factory extends Object
| Constructor and Description |
|---|
Asn1Factory() |
| Modifier and Type | Method and Description |
|---|---|
static Asn1Type |
create(int tagNo)
Create an ASN1 type with specified tag number
|
static Asn1Type |
create(UniversalTag tagNo)
Create an ASN1 type with specified tag
|
public static Asn1Type create(int tagNo)
tagNo - The tag numberpublic static Asn1Type create(UniversalTag tagNo)
tagNo - The tag numberCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.