File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1414 " mTLS" ,
1515 " TTLV"
1616 ],
17+ "homepage" : " https://cyphera.io" ,
1718 "authors" : [
1819 {
19- "name" : " Horizon Digital Engineering LLC"
20+ "name" : " Leslie Gutschow" ,
21+ "email" : " leslie.gutschow@horizondigital.dev"
2022 }
2123 ],
2224 "require" : {
Original file line number Diff line number Diff line change @@ -72,10 +72,12 @@ final class Operation
7272
7373final class ObjectType
7474{
75- public const SYMMETRIC_KEY = 0x00000001 ;
76- public const PUBLIC_KEY = 0x00000002 ;
77- public const PRIVATE_KEY = 0x00000003 ;
78- public const CERTIFICATE = 0x00000006 ;
75+ public const CERTIFICATE = 0x00000001 ;
76+ public const SYMMETRIC_KEY = 0x00000002 ;
77+ public const PUBLIC_KEY = 0x00000003 ;
78+ public const PRIVATE_KEY = 0x00000004 ;
79+ public const SPLIT_KEY = 0x00000005 ;
80+ public const TEMPLATE = 0x00000006 ;
7981 public const SECRET_DATA = 0x00000007 ;
8082 public const OPAQUE_DATA = 0x00000008 ;
8183}
You can’t perform that action at this time.
0 commit comments