File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 69
69
</xsd : restriction >
70
70
</xsd : simpleType >
71
71
72
- <xsd : complexType name =" encoder" >
73
- <xsd : sequence >
74
- <xsd : element name =" migrate-from" type =" xsd:string" minOccurs =" 0" maxOccurs =" unbounded" />
75
- </xsd : sequence >
76
- <xsd : attribute name =" class" type =" xsd:string" use =" required" />
77
- <xsd : attribute name =" algorithm" type =" xsd:string" />
78
- <xsd : attribute name =" hash-algorithm" type =" xsd:string" />
79
- <xsd : attribute name =" key-length" type =" xsd:string" />
80
- <xsd : attribute name =" ignore-case" type =" xsd:boolean" />
81
- <xsd : attribute name =" encode-as-base64" type =" xsd:boolean" />
82
- <xsd : attribute name =" iterations" type =" xsd:string" />
83
- <xsd : attribute name =" cost" type =" xsd:integer" />
84
- <xsd : attribute name =" memory-cost" type =" xsd:string" />
85
- <xsd : attribute name =" time-cost" type =" xsd:string" />
86
- <xsd : attribute name =" id" type =" xsd:string" />
87
- </xsd : complexType >
88
-
89
72
<xsd : complexType name =" password_hasher" >
90
73
<xsd : sequence >
91
74
<xsd : element name =" migrate-from" type =" xsd:string" minOccurs =" 0" maxOccurs =" unbounded" />
You can’t perform that action at this time.
0 commit comments