java.lang.Object
org.firebirdsql.gds.ng.wire.crypt.EncryptionIdentifier
Identifier of an encryption type + plugin.
- Since:
- 4.0
- Author:
- Mark Rotteveel
-
Field Details
-
TYPE_SYMMETRIC
- See Also:
-
-
Constructor Details
-
EncryptionIdentifier
-
-
Method Details
-
type
Type of encryption.For example:
"Symmetric"
.- Returns:
- Encryption type
-
pluginName
Name of the plugin (or cipher).For example:
"Arc4"
.- Returns:
- Name of the plugin
-
isTypeSymmetric
public boolean isTypeSymmetric() -
equals
-
hashCode
public int hashCode() -
toString
-