File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
runtimes/java/src/main/java/filepath Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ module {:options "-functionSyntax:4"} JsonConfig {
3232 import CreateInterceptedDDBClient
3333 import DynamoDbItemEncryptor
3434
35+ const {:extern "Utils. constants", "getDefaultKeys"} DEFAULT_KEYS : string
3536
3637 predicate IsValidInt32 (x: int ) { - 0x8000_0000 <= x < 0x8000_0000}
3738 type ConfigName = string
Original file line number Diff line number Diff line change 1+ package filepath ;
2+
3+ public class Constants {
4+ public static dafny .DafnySequence <? extends Character > defaultKeys (){
5+ return dafny .DafnySequence .asString ("../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/test/keys.json" );
6+ }
7+ }
You can’t perform that action at this time.
0 commit comments