You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/src/X509Utils.dart
+64-1
Original file line number
Diff line number
Diff line change
@@ -290,6 +290,8 @@ class X509Utils {
290
290
/// * [sans] = Subject alternative names to place within the certificate
291
291
/// * [keyUsage] = The key usage definition extension
292
292
/// * [extKeyUsage] = The extended key usage definition
293
+
/// * [cA] = The cA boolean of the basic constraints extension, which indicates whether the certificate is a CA
294
+
/// * [pathLenConstraint] = The pathLenConstraint field of the basic constraints extension. This is ignored if cA is null or false, or if pathLenConstraint is less than 0.
293
295
/// * [serialNumber] = The serialnumber. If not set the default will be 1.
294
296
/// * [issuer] = The issuer. If null, the issuer will be the subject of the given csr.
295
297
/// * [notBefore] = The Timestamp after when the certificate is valid. If null, this will be [DateTime.now].
0 commit comments