|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.pqc.legacy.math.linearalgebra.CharUtils
Method Summary | |
static char[] |
clone(char[] array)
Return a clone of the given char array. |
static boolean |
equals(char[] left,
char[] right)
Compare two char arrays. |
static byte[] |
toByteArray(char[] chars)
Convert the given char array into a byte array. |
static byte[] |
toByteArrayForPBE(char[] chars)
Convert the given char array into a byte array for use with PBE encryption. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static char[] clone(char[] array)
array
- the array to clonepublic static byte[] toByteArray(char[] chars)
chars
- the char arraypublic static byte[] toByteArrayForPBE(char[] chars)
chars
- the char arraypublic static boolean equals(char[] left, char[] right)
left
- the char byte arrayright
- the second char array
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |