Asn1EncodableVector Class

Definition

Namespace: Org.BouncyCastle.Asn1
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class Asn1EncodableVector : IEnumerable<Asn1Encodable>, 
	IEnumerable
Inheritance
Object    Asn1EncodableVector
Implements
IEnumerableAsn1Encodable, IEnumerable

Constructors

Asn1EncodableVectorInitializes a new instance of the Asn1EncodableVector class
Asn1EncodableVector(Asn1Encodable)Initializes a new instance of the Asn1EncodableVector class
Asn1EncodableVector(Asn1Encodable)Initializes a new instance of the Asn1EncodableVector class
Asn1EncodableVector(Int32)Initializes a new instance of the Asn1EncodableVector class
Asn1EncodableVector(Asn1Encodable, Asn1Encodable)Initializes a new instance of the Asn1EncodableVector class

Properties

Methods

Add(Asn1Encodable) 
Add(Asn1Encodable) 
Add(Asn1Encodable, Asn1Encodable) 
AddAll 
AddOptional(Asn1Encodable) 
AddOptional(Asn1Encodable) 
AddOptional(Asn1Encodable, Asn1Encodable) 
AddOptionalTagged(Boolean, Int32, Asn1Encodable) 
AddOptionalTagged(Boolean, Int32, Int32, Asn1Encodable) 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FromEnumerable 
GetEnumerator 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also