Class WrappedDekDetails
java.lang.Object
com.linecorp.centraldogma.server.storage.encryption.WrappedDekDetails
Details of a wrapped data encryption key (DEK).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreation()Returns the creation time of the wrapped DEK in ISO-8601 format.Returns the creationInstantof the wrapped DEK.intReturns the version of the data encryption key (DEK).booleaninthashCode()kekId()Returns the ID of the key encryption key (KEK) used to wrap the DEK.Returns the project name associated with this wrapped DEK.repoName()Returns the repository name associated with this wrapped DEK.toString()Returns the wrapped data encryption key (DEK), encoded in Base64.
-
Constructor Details
-
WrappedDekDetails
-
WrappedDekDetails
-
-
Method Details
-
wrappedDek
Returns the wrapped data encryption key (DEK), encoded in Base64. -
dekVersion
public int dekVersion()Returns the version of the data encryption key (DEK). -
kekId
Returns the ID of the key encryption key (KEK) used to wrap the DEK. -
creation
Returns the creation time of the wrapped DEK in ISO-8601 format. -
creationInstant
-
projectName
Returns the project name associated with this wrapped DEK. -
repoName
Returns the repository name associated with this wrapped DEK. -
hashCode
-
equals
-
toString
-