| | |
| | | import org.opends.server.api.PasswordStorageScheme; |
| | | import org.opends.server.config.ConfigEntry; |
| | | import org.opends.server.config.ConfigException; |
| | | import org.opends.server.protocols.asn1.ASN1OctetString; |
| | | import org.opends.server.types.ByteString; |
| | | import org.opends.server.types.ByteStringFactory; |
| | | import org.opends.server.types.DirectoryException; |
| | | import org.opends.server.types.InitializationException; |
| | | import org.opends.server.types.ResultCode; |
| | |
| | | buffer.append('}'); |
| | | buffer.append(plaintext.stringValue()); |
| | | |
| | | return new ASN1OctetString(buffer.toString()); |
| | | return ByteStringFactory.create(buffer.toString()); |
| | | } |
| | | |
| | | |