
com.azure.security.keyvault.keys.cryptography.implementation.LocalSignatureAlgorithm Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.security.keyvault.keys.cryptography.implementation;
abstract class LocalSignatureAlgorithm extends Algorithm {
protected LocalSignatureAlgorithm(String name) {
super(name);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy