public final class Confidentiality extends Object implements InvocationConstraint, Serializable
Serialization for this class is guaranteed to produce instances that are
comparable with ==
.
Modifier and Type | Field and Description |
---|---|
static Confidentiality |
NO
Transmit message contents in the clear (no use of encryption).
|
static Confidentiality |
YES
Transmit message contents so that they cannot easily be interpreted by
third parties (typically by using encryption).
|
Constructor and Description |
---|
Confidentiality(AtomicSerial.GetArg arg)
AtomicSerial constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
readResolve()
Canonicalize so that
== can be used. |
String |
toString()
Returns a string representation of this object.
|
public static final Confidentiality YES
public static final Confidentiality NO
Normally this constraint should not be used unless there is an organizational policy that data must be transmitted in the clear.
public Confidentiality(AtomicSerial.GetArg arg) throws IOException
arg
- atomic deserialization parameterIOException
- if there are I/O errors while reading from GetArg's
underlying InputStream
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.