Java org.springframework.security.crypto.codec Utf8 fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.crypto.codec Utf8 fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.crypto.codec Utf8.

The text is from its open source code.

Method

Stringdecode(byte[] bytes)
Decode the bytes in UTF-8 form into a String.
byte[]encode(CharSequence string)
Get the bytes of the String in UTF-8 encoded form.