Package org.bouncycastle.pqc.crypto.lms
Class Composer
java.lang.Object
org.bouncycastle.pqc.crypto.lms.Composer
Type to assist in build LMS messages.
-
Method Summary
Modifier and TypeMethodDescriptionbool
(boolean v) byte[]
build()
bytes
(byte[] array) bytes
(byte[][] arrays) bytes
(byte[][] arrays, int start, int end) bytes
(byte[] array, int start, int len) static Composer
compose()
pad
(int v, int len) padUntil
(int v, int requiredLen) u16str
(int n) u32str
(int n) u64str
(long n)
-
Method Details
-
compose
-
u64str
-
u32str
-
u16str
-
bytes
-
bytes
-
pad
-
bytes
-
bytes
-
bytes
-
bytes
-
build
public byte[] build() -
padUntil
-
bool
-