gnu.crypto.keyring
public abstract class MaskableEnvelopeEntry extends EnvelopeEntry
| Field Summary | |
|---|---|
| protected boolean | masked The masked state. |
| Constructor Summary | |
|---|---|
| MaskableEnvelopeEntry(int type, Properties properties) | |
| protected | MaskableEnvelopeEntry(int type) |
| Method Summary | |
|---|---|
| void | add(Entry entry) |
| boolean | containsEntry(Entry entry) |
| List | get(String alias) |
| List | getEntries() |
| boolean | isMasked()
Gets the masked state of this object. |
| boolean | remove(Entry entry) |
| void | remove(String alias) |
| protected void | setMasked(boolean masked)
Sets the masked state to the specified value.
|
Returns: The current masked state.
Parameters: masked The new masked state.