public class MultiKeyStore
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Wrappers_Compile.Option<software.amazon.cryptography.materialproviders.internaldafny.types.CacheType> |
_cache |
int |
_cacheTTL |
dafny.DafnySequence<? extends java.lang.Character> |
_keyFieldName |
| Constructor and Description |
|---|
MultiKeyStore(dafny.DafnySequence<? extends java.lang.Character> keyFieldName,
int cacheTTL,
Wrappers_Compile.Option<software.amazon.cryptography.materialproviders.internaldafny.types.CacheType> cache) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<MultiKeyStore> |
_typeDescriptor() |
static MultiKeyStore |
create_MultiKeyStore(dafny.DafnySequence<? extends java.lang.Character> keyFieldName,
int cacheTTL,
Wrappers_Compile.Option<software.amazon.cryptography.materialproviders.internaldafny.types.CacheType> cache) |
static MultiKeyStore |
create(dafny.DafnySequence<? extends java.lang.Character> keyFieldName,
int cacheTTL,
Wrappers_Compile.Option<software.amazon.cryptography.materialproviders.internaldafny.types.CacheType> cache) |
static MultiKeyStore |
Default() |
Wrappers_Compile.Option<software.amazon.cryptography.materialproviders.internaldafny.types.CacheType> |
dtor_cache() |
int |
dtor_cacheTTL() |
dafny.DafnySequence<? extends java.lang.Character> |
dtor_keyFieldName() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_MultiKeyStore() |
java.lang.String |
toString() |
public dafny.DafnySequence<? extends java.lang.Character> _keyFieldName
public int _cacheTTL
public Wrappers_Compile.Option<software.amazon.cryptography.materialproviders.internaldafny.types.CacheType> _cache
public MultiKeyStore(dafny.DafnySequence<? extends java.lang.Character> keyFieldName,
int cacheTTL,
Wrappers_Compile.Option<software.amazon.cryptography.materialproviders.internaldafny.types.CacheType> cache)
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static MultiKeyStore Default()
public static dafny.TypeDescriptor<MultiKeyStore> _typeDescriptor()
public static MultiKeyStore create(dafny.DafnySequence<? extends java.lang.Character> keyFieldName, int cacheTTL, Wrappers_Compile.Option<software.amazon.cryptography.materialproviders.internaldafny.types.CacheType> cache)
public static MultiKeyStore create_MultiKeyStore(dafny.DafnySequence<? extends java.lang.Character> keyFieldName, int cacheTTL, Wrappers_Compile.Option<software.amazon.cryptography.materialproviders.internaldafny.types.CacheType> cache)
public boolean is_MultiKeyStore()
public dafny.DafnySequence<? extends java.lang.Character> dtor_keyFieldName()
public int dtor_cacheTTL()
public Wrappers_Compile.Option<software.amazon.cryptography.materialproviders.internaldafny.types.CacheType> dtor_cache()