コード例 #1
0
 public certificateRequest(asn1.RawContent Raw = default, tbsCertificateRequest TBSCSR = default, pkix.AlgorithmIdentifier SignatureAlgorithm = default, asn1.BitString SignatureValue = default)
 {
     this.Raw                = Raw;
     this.TBSCSR             = TBSCSR;
     this.SignatureAlgorithm = SignatureAlgorithm;
     this.SignatureValue     = SignatureValue;
 }
コード例 #2
0
 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;
 }
コード例 #3
0
 public TBSCertificateList(asn1.RawContent Raw = default, long Version = default, AlgorithmIdentifier Signature = default, RDNSequence Issuer = default, time.Time ThisUpdate = default, time.Time NextUpdate = default, slice <RevokedCertificate> RevokedCertificates = default, slice <Extension> Extensions = default)
 {
     this.Raw                 = Raw;
     this.Version             = Version;
     this.Signature           = Signature;
     this.Issuer              = Issuer;
     this.ThisUpdate          = ThisUpdate;
     this.NextUpdate          = NextUpdate;
     this.RevokedCertificates = RevokedCertificates;
     this.Extensions          = Extensions;
 }
コード例 #4
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;
 }
コード例 #5
0
 public publicKeyInfo(asn1.RawContent Raw = default, pkix.AlgorithmIdentifier Algorithm = default, asn1.BitString PublicKey = default)
 {
     this.Raw       = Raw;
     this.Algorithm = Algorithm;
     this.PublicKey = PublicKey;
 }