FromVector() public static method

public static FromVector ( Asn1EncodableVector v ) : DerSet
v Asn1EncodableVector
return DerSet
Esempio n. 1
0
 internal virtual DerSet CreateDerSet(
     DefiniteLengthInputStream dIn)
 {
     return(DerSet.FromVector(ReadVector(dIn), false));
 }
Esempio n. 2
0
 internal virtual DerSet CreateDerSet(
     DefiniteLengthInputStream dIn)
 {
     return(DerSet.FromVector(BuildDerEncodableVector(dIn), false));
 }
Esempio n. 3
0
 internal virtual DerSet CreateDerSet(DefiniteLengthInputStream dIn) =>
 DerSet.FromVector(this.BuildDerEncodableVector(dIn), false);