InitializeSupportTextDigester, TextEncryptorpublic abstract class TextBasedCrypto extends InitializeObject
| Modifier and Type | Field | Description |
|---|---|---|
protected BaseEncoder |
baseEncoder |
|
protected Charset |
textCharset |
mutex| Constructor | Description |
|---|---|
TextBasedCrypto() |
| Modifier and Type | Method | Description |
|---|---|---|
TextBasedCrypto |
setBaseEncoder(BaseEncoder baseEncoder) |
|
TextBasedCrypto |
setTextCharset(String textCharset) |
|
TextBasedCrypto |
setTextCharset(Charset charset) |
assertNotInitialized, destroy, init, initializeprotected Charset textCharset
protected BaseEncoder baseEncoder
public TextBasedCrypto setTextCharset(Charset charset)
public TextBasedCrypto setTextCharset(String textCharset)
public TextBasedCrypto setBaseEncoder(BaseEncoder baseEncoder)
Copyright © 2018. All rights reserved.