Ejemplo n.º 1
0
 public distributionPoint(distributionPointName DistributionPoint = default, asn1.BitString Reason = default, asn1.RawValue CRLIssuer = default)
 {
     this.DistributionPoint = DistributionPoint;
     this.Reason            = Reason;
     this.CRLIssuer         = CRLIssuer;
 }
Ejemplo n.º 2
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;
 }
Ejemplo n.º 3
0
 public pkixPublicKey(pkix.AlgorithmIdentifier Algo = default, asn1.BitString BitString = default)
 {
     this.Algo      = Algo;
     this.BitString = BitString;
 }
Ejemplo n.º 4
0
 public publicKeyInfo(asn1.RawContent Raw = default, pkix.AlgorithmIdentifier Algorithm = default, asn1.BitString PublicKey = default)
 {
     this.Raw       = Raw;
     this.Algorithm = Algorithm;
     this.PublicKey = PublicKey;
 }
Ejemplo n.º 5
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;
 }
Ejemplo n.º 6
0
 public ecPrivateKey(long Version = default, slice <byte> PrivateKey = default, asn1.ObjectIdentifier NamedCurveOID = default, asn1.BitString PublicKey = default)
 {
     this.Version       = Version;
     this.PrivateKey    = PrivateKey;
     this.NamedCurveOID = NamedCurveOID;
     this.PublicKey     = PublicKey;
 }
Ejemplo n.º 7
0
 public CertificateList(TBSCertificateList TBSCertList = default, AlgorithmIdentifier SignatureAlgorithm = default, asn1.BitString SignatureValue = default)
 {
     this.TBSCertList        = TBSCertList;
     this.SignatureAlgorithm = SignatureAlgorithm;
     this.SignatureValue     = SignatureValue;
 }