public class __default
extends java.lang.Object
| Constructor and Description |
|---|
__default() |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<__default> |
_typeDescriptor() |
static java.math.BigInteger |
BytesFromBeaconLength(byte bits) |
static dafny.DafnySequence<? extends java.lang.Character> |
BytesToHex(dafny.DafnySequence<? extends java.lang.Byte> bytes,
byte bits) |
static java.math.BigInteger |
CharsFromBeaconLength(byte bits) |
static Wrappers_Compile.Result<StandardBeacon,Error> |
MakeStandardBeacon(software.amazon.cryptography.primitives.internaldafny.AtomicPrimitivesClient client,
dafny.DafnySequence<? extends java.lang.Character> name,
byte length,
dafny.DafnySequence<? extends java.lang.Character> loc) |
static byte |
TopBits(byte bits) |
java.lang.String |
toString() |
static byte |
TruncateNibble(byte nibble,
byte length) |
public static Wrappers_Compile.Result<StandardBeacon,Error> MakeStandardBeacon(software.amazon.cryptography.primitives.internaldafny.AtomicPrimitivesClient client, dafny.DafnySequence<? extends java.lang.Character> name, byte length, dafny.DafnySequence<? extends java.lang.Character> loc)
public static java.math.BigInteger CharsFromBeaconLength(byte bits)
public static byte TopBits(byte bits)
public static java.math.BigInteger BytesFromBeaconLength(byte bits)
public static byte TruncateNibble(byte nibble,
byte length)
public static dafny.DafnySequence<? extends java.lang.Character> BytesToHex(dafny.DafnySequence<? extends java.lang.Byte> bytes,
byte bits)
public static dafny.TypeDescriptor<__default> _typeDescriptor()
public java.lang.String toString()
toString in class java.lang.Object