Class MongoContentAccess

java.lang.Object
kz.greetgo.security.crypto.MongoContentAccess
All Implemented Interfaces:
ContentAccess

public class MongoContentAccess
extends java.lang.Object
implements ContentAccess
  • Constructor Summary

    Constructors 
    Constructor Description
    MongoContentAccess​(com.mongodb.client.MongoCollection<org.bson.Document> collection, kz.greetgo.security.crypto.CryptoBuilderKeysInMongo.Names names)  
  • Method Summary

    Modifier and Type Method Description
    byte[] downloadBytes()  
    boolean exists()  
    void uploadBytes​(byte[] bytes)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface kz.greetgo.security.crypto.ContentAccess

    delete