public abstract class EdkWrappingAlgorithm
extends java.lang.Object
| Constructor and Description |
|---|
EdkWrappingAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<EdkWrappingAlgorithm> |
_typeDescriptor() |
static EdkWrappingAlgorithm |
create_DIRECT__KEY__WRAPPING(DIRECT__KEY__WRAPPING DIRECT__KEY__WRAPPING) |
static EdkWrappingAlgorithm |
create_IntermediateKeyWrapping(IntermediateKeyWrapping IntermediateKeyWrapping) |
static EdkWrappingAlgorithm |
Default() |
DIRECT__KEY__WRAPPING |
dtor_DIRECT__KEY__WRAPPING() |
IntermediateKeyWrapping |
dtor_IntermediateKeyWrapping() |
boolean |
is_DIRECT__KEY__WRAPPING() |
boolean |
is_IntermediateKeyWrapping() |
public static EdkWrappingAlgorithm Default()
public static dafny.TypeDescriptor<EdkWrappingAlgorithm> _typeDescriptor()
public static EdkWrappingAlgorithm create_DIRECT__KEY__WRAPPING(DIRECT__KEY__WRAPPING DIRECT__KEY__WRAPPING)
public static EdkWrappingAlgorithm create_IntermediateKeyWrapping(IntermediateKeyWrapping IntermediateKeyWrapping)
public boolean is_DIRECT__KEY__WRAPPING()
public boolean is_IntermediateKeyWrapping()
public DIRECT__KEY__WRAPPING dtor_DIRECT__KEY__WRAPPING()
public IntermediateKeyWrapping dtor_IntermediateKeyWrapping()