com.aliyuncs.v5.auth.ISigner Maven / Gradle / Ivy
package com.aliyuncs.v5.auth;
import java.security.InvalidKeyException;
@Deprecated
public interface ISigner {
String getSignerName();
String getSignerVersion();
String signString(String source, String accessSecret) throws InvalidKeyException, IllegalStateException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy