- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 26 of file Encrypted.java.
◆ Encrypted()
org.turro.push.service.Encrypted.Encrypted |
( |
final PublicKey |
publicKey, |
|
|
final byte[] |
salt, |
|
|
final byte[] |
ciphertext |
|
) |
| |
Definition at line 32 of file Encrypted.java.
33 this.publicKey = publicKey;
35 this.ciphertext = ciphertext;
◆ getCiphertext()
byte [] org.turro.push.service.Encrypted.getCiphertext |
( |
| ) |
|
◆ getPublicKey()
PublicKey org.turro.push.service.Encrypted.getPublicKey |
( |
| ) |
|
◆ getSalt()
byte [] org.turro.push.service.Encrypted.getSalt |
( |
| ) |
|
The documentation for this class was generated from the following file: