Class BerTaggedObject
- Namespace
- Enterprises.Org.BouncyCastle.Asn1
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class BerTaggedObject : DerTaggedObject, Asn1TaggedObjectParser, IAsn1Convertible
- Inheritance
-
BerTaggedObject
- Implements
- Inherited Members
Constructors
BerTaggedObject(bool, int, Asn1Encodable)
public BerTaggedObject(bool explicitly, int tagNo, Asn1Encodable obj)
Parameters
explicitly
booltagNo
intobj
Asn1Encodable
BerTaggedObject(int)
public BerTaggedObject(int tagNo)
Parameters
tagNo
int
BerTaggedObject(int, Asn1Encodable)
public BerTaggedObject(int tagNo, Asn1Encodable obj)
Parameters
tagNo
intobj
Asn1Encodable