@digitalpersona/core
Version:
DigitalPersona Web Access Core library
21 lines (12 loc) • 505 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/core](./core.md) > [Base32](./core.base32.md)
## Base32 class
Set of converters to Base32.
<b>Signature:</b>
```typescript
export declare class Base32
```
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [fromBytes(bytes)](./core.base32.frombytes.md) | <code>static</code> | Converts a byte array to a Base32-encoded string. |