Class Composer
java.lang.Object
org.bouncycastle.pqc.crypto.lms.Composer
Deprecated.
the promoted implementation in org.bouncycastle.crypto.signers.lms keeps its encoding helpers internal; scheduled for removal with the rest of this package.
Type to assist in build LMS messages.
-
Method Summary
Modifier and TypeMethodDescriptionbool(boolean v) Deprecated.byte[]build()Deprecated.bytes(byte[] array) Deprecated.bytes(byte[][] arrays) Deprecated.bytes(byte[][] arrays, int start, int end) Deprecated.bytes(byte[] array, int start, int len) Deprecated.Deprecated.Deprecated.static Composercompose()Deprecated.pad(int v, int len) Deprecated.padUntil(int v, int requiredLen) Deprecated.u16str(int n) Deprecated.u32str(int n) Deprecated.u64str(long n) Deprecated.
-
Method Details
-
compose
Deprecated. -
u64str
Deprecated. -
u32str
Deprecated. -
u16str
Deprecated. -
bytes
-
bytes
-
pad
Deprecated. -
bytes
Deprecated. -
bytes
Deprecated. -
bytes
Deprecated. -
bytes
Deprecated. -
build
public byte[] build()Deprecated. -
padUntil
Deprecated. -
bool
Deprecated.
-