Java org.bouncycastle.util Strings fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.util Strings fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.util Strings.

The text is from its open source code.

Method

StringfromByteArray(byte[] bytes)
Convert an array of 8 bit characters into a string.
StringfromUTF8ByteArray(byte[] bytes)
String[]split(String input, char delimiter)
byte[]toByteArray(char[] chars)
byte[]toByteArray(String string)
StringtoLowerCase(String string)
A locale independent version of toLowerCase.
StringtoUpperCase(String string)
A locale independent version of toUpperCase.
byte[]toUTF8ByteArray(String string)
byte[]toUTF8ByteArray(char[] string)