Class DedicationCrypted
java.lang.Object
net.sourceforge.plantuml.dedication.DedicationCrypted
- All Implemented Interfaces:
Dedication
-
Field Summary
Fields inherited from interface net.sourceforge.plantuml.dedication.Dedication
E, N, SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionDedicationCrypted
(byte[] crypted, int tinyHash, java.lang.String argon2, java.math.BigInteger pq) -
Method Summary
Modifier and TypeMethodDescriptionjava.awt.image.BufferedImage
getImage
(TinyHashableString sentence) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DedicationCrypted
public DedicationCrypted(byte[] crypted, int tinyHash, java.lang.String argon2, java.math.BigInteger pq)
-
-
Method Details
-
getImage
- Specified by:
getImage
in interfaceDedication
-