File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ pub enum AttributeType {
94
94
ObjectId ,
95
95
/// DER encoding of the attribute certificate's subject field
96
96
Owner ,
97
+ /// Algorithm-specific parameter set
98
+ ParameterSet ,
97
99
/// Prime number value of a key
98
100
Prime ,
99
101
/// The prime `p` of an RSA private key
@@ -108,6 +110,8 @@ pub enum AttributeType {
108
110
PublicExponent ,
109
111
/// DER-encoding of the SubjectPublicKeyInfo
110
112
PublicKeyInfo ,
113
+ /// Seed to derive private key
114
+ Seed ,
111
115
/// Determines if the key is sensitive
112
116
Sensitive ,
113
117
/// DER encoding of the certificate serial number
@@ -144,10 +148,6 @@ pub enum AttributeType {
144
148
Wrap ,
145
149
/// Indicates that the key can only be wrapped with a wrapping key that has the Trusted attribute
146
150
WrapWithTrusted ,
147
- /// Seed to derive private key
148
- Seed ,
149
- /// Algorithm-specific parameter set
150
- ParameterSet ,
151
151
}
152
152
153
153
impl AttributeType {
You can’t perform that action at this time.
0 commit comments