Esempio n. 1
0
 public tbsCertificate(asn1.RawContent Raw = default, long Version = default, ref ptr <big.Int> SerialNumber = default, pkix.AlgorithmIdentifier SignatureAlgorithm = default, asn1.RawValue Issuer = default, validity Validity = default, asn1.RawValue Subject = default, publicKeyInfo PublicKey = default, asn1.BitString UniqueId = default, asn1.BitString SubjectUniqueId = default, slice <pkix.Extension> Extensions = default)
 {
     this.Raw                = Raw;
     this.Version            = Version;
     this.SerialNumber       = SerialNumber;
     this.SignatureAlgorithm = SignatureAlgorithm;
     this.Issuer             = Issuer;
     this.Validity           = Validity;
     this.Subject            = Subject;
     this.PublicKey          = PublicKey;
     this.UniqueId           = UniqueId;
     this.SubjectUniqueId    = SubjectUniqueId;
     this.Extensions         = Extensions;
 }
Esempio n. 2
0
 public distributionPoint(distributionPointName DistributionPoint = default, asn1.BitString Reason = default, asn1.RawValue CRLIssuer = default)
 {
     this.DistributionPoint = DistributionPoint;
     this.Reason            = Reason;
     this.CRLIssuer         = CRLIssuer;
 }
 public AlgorithmIdentifier(asn1.ObjectIdentifier Algorithm = default, asn1.RawValue Parameters = default)
 {
     this.Algorithm  = Algorithm;
     this.Parameters = Parameters;
 }
 public authorityInfoAccess(asn1.ObjectIdentifier Method = default, asn1.RawValue Location = default)
 {
     this.Method   = Method;
     this.Location = Location;
 }
 public tbsCertificateRequest(asn1.RawContent Raw = default, long Version = default, asn1.RawValue Subject = default, publicKeyInfo PublicKey = default, slice <asn1.RawValue> RawAttributes = default)
 {
     this.Raw           = Raw;
     this.Version       = Version;
     this.Subject       = Subject;
     this.PublicKey     = PublicKey;
     this.RawAttributes = RawAttributes;
 }