Class AttributeTypeAndValue
- Namespace
- Org.BouncyCastle.Asn1.X500
- Assembly
- BouncyCastle.Cryptography.dll
public class AttributeTypeAndValue : Asn1Encodable, IAsn1Convertible
- Inheritance
-
AttributeTypeAndValue
- Implements
-
- Inherited Members
-
Constructors
AttributeTypeAndValue(DerObjectIdentifier, Asn1Encodable)
public AttributeTypeAndValue(DerObjectIdentifier type, Asn1Encodable value)
Parameters
type DerObjectIdentifier
value Asn1Encodable
Properties
Type
public virtual DerObjectIdentifier Type { get; }
Property Value
- DerObjectIdentifier
Value
public virtual Asn1Encodable Value { get; }
Property Value
- Asn1Encodable
Methods
GetInstance(Asn1TaggedObject, bool)
public static AttributeTypeAndValue GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- AttributeTypeAndValue
GetInstance(object)
public static AttributeTypeAndValue GetInstance(object obj)
Parameters
obj object
Returns
- AttributeTypeAndValue
GetTagged(Asn1TaggedObject, bool)
public static AttributeTypeAndValue GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- AttributeTypeAndValue
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object