com.azure.cosmos.encryption.implementation.mdesrc.cryptography.StandardSerializer Maven / Gradle / Ivy
/*
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License.
*/
package com.azure.cosmos.encryption.implementation.mdesrc.cryptography;
import java.nio.ByteBuffer;
import java.nio.charset.Charset;
import java.util.Date;
import java.util.UUID;
abstract class StandardSerializer extends Serializer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy