public interface CharToByteConverter
| Modifier and Type | Method and Description |
|---|---|
byte[] |
convert(char[] password)
Return a byte encoded representation of the passed in password.
|
String |
getType()
Return the type of the conversion.
|
String getType()
byte[] convert(char[] password)
password - the characters to encode.Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.