| Package | Description |
|---|---|
| be.recipe.api | |
| be.recipe.api.crypto |
| Modifier and Type | Method and Description |
|---|---|
Message.Cipher.Key.ID |
PrescriptionContent.Encrypted.key() |
| Modifier and Type | Method and Description |
|---|---|
PrescriptionContent.Encrypted |
PrescriptionContent.Factory.create(byte[] bytes,
Message.Cipher.Key.ID key) |
PrescriptionContent.Encrypted.Timestamped |
PrescriptionContent.Factory.timestamped(byte[] bytes,
Message.Cipher.Key.ID key) |
| Constructor and Description |
|---|
Encrypted(Message.Encrypted target,
Message.Cipher.Key.DB<Prescription.OnContent> keyRegistry,
Message.Cipher.Key.ID key) |
Timestamped(Message.Encrypted.Timestamped target,
Message.Cipher.Key.DB<Prescription.OnContent> keyRegistry,
Message.Cipher.Key.ID key) |
| Modifier and Type | Method and Description |
|---|---|
Message.Cipher.Key.ID |
Message.Cipher.Key.id() |
Message.Cipher.Key.ID |
Message.Cipher.Key.Simple.id() |
static Message.Cipher.Key.ID |
Message.Cipher.Key.ID.keyID(String value) |
| Modifier and Type | Method and Description |
|---|---|
be.recipe.api.crypto.InmemKeyDB.Key |
InmemKeyDB.get(Message.Cipher.Key.ID id) |
Message.Cipher.Key |
Message.Cipher.Key.DB.get(Message.Cipher.Key.ID id) |
be.recipe.api.crypto.InmemKeyDB.Key |
InmemKeyDB.get(Message.Cipher.Key.ID id,
Message.Cipher.Key.Owner<Prescription.OnContent> owner) |
static Message.Cipher.Key |
Message.Cipher.Key.Simple.key(Message.Cipher.Key.ID id,
SecretKey spec) |
| Constructor and Description |
|---|
ByID(Message.Cipher.Key.ID id) |
Simple(Message.Cipher.Key.ID id,
SecretKey spec) |
Copyright © 2010–2025 Smals. All rights reserved.