Ejemplo n.º 1
0
 public pssParameters(pkix.AlgorithmIdentifier Hash = default, pkix.AlgorithmIdentifier MGF = default, long SaltLength = default, long TrailerField = default)
 {
     this.Hash         = Hash;
     this.MGF          = MGF;
     this.SaltLength   = SaltLength;
     this.TrailerField = TrailerField;
 }
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 pkcs8(long Version = default, pkix.AlgorithmIdentifier Algo = default, slice <byte> PrivateKey = default)
 {
     this.Version    = Version;
     this.Algo       = Algo;
     this.PrivateKey = PrivateKey;
 }