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 © 2018 BouncyCastle.org. All rights reserved.