| Modifier and Type | Method and Description |
|---|---|
PrimitiveWrapper<P> |
Catalogue.getPrimitiveWrapper()
Deprecated.
Returns a new primitive wrapper for this primitive.
|
| Modifier and Type | Method and Description |
|---|---|
static <P> void |
Registry.registerPrimitiveWrapper(PrimitiveWrapper<P> wrapper)
Tries to register
wrapper as a new SetWrapper for primitive P. |
| Modifier and Type | Class and Description |
|---|---|
class |
AeadWrapper
AeadWrapper is the implementation of SetWrapper for the Aead primitive.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeterministicAeadWrapper
The implementation of
PrimitiveWrapper<DeterministicAead>. |
| Modifier and Type | Class and Description |
|---|---|
class |
HybridDecryptWrapper
The implementation of
PrimitiveWrapper<HybridDecrypt>. |
| Modifier and Type | Class and Description |
|---|---|
class |
PrfSetWrapper
PrfSetWrapper is the implementation of PrimitiveWrapper for the PrfSet primitive.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PublicKeySignWrapper
The implementation of
PrimitiveWrapper<PublicKeySign>. |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamingAeadWrapper
StreamingAeadWrapper is the implementation of PrimitiveWrapper for the StreamingAead primitive.
|