Skip to content

Commit

Permalink
Update AE.java
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgreenbird authored Feb 14, 2024
1 parent 2e3d02e commit b5d3203
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/microsoft/sqlserver/jdbc/AE.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@


/**
* Represents a single encrypted value for a CEK. It contains the encrypted CEK,the store type, name,the key path and
* encryption algorithm.
* Represents a single encrypted value for a CEK. It contains the encrypted CEK,the store type, name,the key path and encryption algorithm.
*/
class EncryptionKeyInfo {
EncryptionKeyInfo(byte[] encryptedKeyVal, int dbId, int keyId, int keyVersion, byte[] mdVersion, String keyPathVal,
Expand Down

0 comments on commit b5d3203

Please sign in to comment.