Class DerTaggedObject
- Namespace
- Org.BouncyCastle.Asn1
- Assembly
- BouncyCastle.Cryptography.dll
public class DerTaggedObject : Asn1TaggedObject, Asn1TaggedObjectParser, IAsn1Convertible
- Inheritance
-
DerTaggedObject
- Implements
- Derived
- Inherited Members
Constructors
DerTaggedObject(bool, int, Asn1Encodable)
public DerTaggedObject(bool isExplicit, int tagNo, Asn1Encodable obj)
Parameters
isExplicitbooltagNointobjAsn1Encodable
DerTaggedObject(bool, int, int, Asn1Encodable)
public DerTaggedObject(bool isExplicit, int tagClass, int tagNo, Asn1Encodable obj)
Parameters
isExplicitbooltagClassinttagNointobjAsn1Encodable
DerTaggedObject(int, Asn1Encodable)
public DerTaggedObject(int tagNo, Asn1Encodable obj)
Parameters
tagNointobjAsn1Encodable
DerTaggedObject(int, int, Asn1Encodable)
public DerTaggedObject(int tagClass, int tagNo, Asn1Encodable obj)
Parameters
tagClassinttagNointobjAsn1Encodable