public static class PrescriptionContent.Factory extends Object
| Constructor and Description |
|---|
Factory(Message.Factory messageFactory,
Message.Cipher.Key.DB<Prescription.OnContent> keyRegistry) |
| Modifier and Type | Method and Description |
|---|---|
PrescriptionContent.PlainText |
create(byte[] bytes) |
PrescriptionContent.Encrypted |
create(byte[] bytes,
Message.Cipher.Key.ID key) |
PrescriptionContent.Encrypted.Timestamped |
timestamped(byte[] bytes,
Message.Cipher.Key.ID key) |
public Factory(Message.Factory messageFactory, Message.Cipher.Key.DB<Prescription.OnContent> keyRegistry)
public PrescriptionContent.PlainText create(byte[] bytes)
public PrescriptionContent.Encrypted create(byte[] bytes, Message.Cipher.Key.ID key)
public PrescriptionContent.Encrypted.Timestamped timestamped(byte[] bytes, Message.Cipher.Key.ID key)
Copyright © 2010–2025 Smals. All rights reserved.