public class InmemKeyDB extends Object implements Message.Cipher.Key.DB<Prescription.OnContent>
| Modifier and Type | Field and Description |
|---|---|
Message.Cipher.Key.Owner<Prescription.OnContent> |
owner |
| Constructor and Description |
|---|
InmemKeyDB(java8.util.function.Function<byte[],SecretKey> secret) |
| Modifier and Type | Method and Description |
|---|---|
be.recipe.api.crypto.InmemKeyDB.Key |
create(String patientId) |
be.recipe.api.crypto.InmemKeyDB.Key |
get(Message.Cipher.Key.ID id) |
be.recipe.api.crypto.InmemKeyDB.Key |
get(Message.Cipher.Key.ID id,
Message.Cipher.Key.Owner<Prescription.OnContent> owner) |
public Message.Cipher.Key.Owner<Prescription.OnContent> owner
public InmemKeyDB(java8.util.function.Function<byte[],SecretKey> secret)
public final be.recipe.api.crypto.InmemKeyDB.Key create(String patientId)
create in interface Message.Cipher.Key.DB<Prescription.OnContent>public be.recipe.api.crypto.InmemKeyDB.Key get(Message.Cipher.Key.ID id)
get in interface Message.Cipher.Key.DB<Prescription.OnContent>public be.recipe.api.crypto.InmemKeyDB.Key get(Message.Cipher.Key.ID id, Message.Cipher.Key.Owner<Prescription.OnContent> owner)
Copyright © 2010–2025 Smals. All rights reserved.