Class BatchDocumentKeys<T>

java.lang.Object
com.ironcorelabs.tenantsecurity.kms.v1.BatchDocumentKeys<T>
Direct Known Subclasses:
BatchUnwrappedDocumentKeys, BatchWrappedDocumentKeys

public class BatchDocumentKeys<T> extends Object
A map from a document ID to a either the wrapped or unwrapped version of a documents keys. Also includes a map of failures if any problems occurred when performing the batch wrap operation.
  • Constructor Details

    • BatchDocumentKeys

      public BatchDocumentKeys()
  • Method Details