EncryptionEntity class
Complex data type for field-level encryption profiles that includes the encryption key and field pattern specifications.
Constructors
- EncryptionEntity({required FieldPatterns fieldPatterns, required String providerId, required String publicKeyId})
- EncryptionEntity.fromXml(XmlElement elem)
-
factory
Properties
- fieldPatterns → FieldPatterns
-
Field patterns in a field-level encryption content type profile specify the
fields that you want to be encrypted. You can provide the full field name,
or any beginning characters followed by a wildcard (). You can't overlap
field patterns. For example, you can't have both ABC and AB*. Note that
field patterns are case-sensitive.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- providerId → String
-
The provider associated with the public key being used for encryption. This
value must also be provided with the private key for applications to be able
to decrypt data.
final
- publicKeyId → String
-
The public key associated with a set of field-level encryption patterns, to
be used when encrypting the fields that match the patterns.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXml(
String elemName, {List< XmlAttribute> ? attributes}) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited