| 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 <B,P> void |
Registry.registerPrimitiveWrapper(PrimitiveWrapper<B,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>. |
class |
HybridEncryptWrapper
The implementation of
PrimitiveWrapper<HybridEncrypt>. |
| Modifier and Type | Method and Description |
|---|---|
<InputPrimitiveT,WrapperPrimitiveT> |
PrimitiveRegistry.Builder.registerPrimitiveWrapper(PrimitiveWrapper<InputPrimitiveT,WrapperPrimitiveT> wrapper) |
<InputPrimitiveT,WrapperPrimitiveT> |
MutablePrimitiveRegistry.registerPrimitiveWrapper(PrimitiveWrapper<InputPrimitiveT,WrapperPrimitiveT> wrapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChunkedMacWrapper
ChunkedMacWrapper is the implementation of PrimitiveWrapper for the ChunkedMac primitive.
|
| 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.
|