All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.teleinfo.idpointer.sdk.security.gm.SM9SignMasterKeypair Maven / Gradle / Ivy

Go to download

基于Java语言开发的工业互联网标识解析体系客户端软件开发工具包,应用通过集成 id-pointer-sdk,快速对接标识解析、标识注册、标识维护等功能服务。

The newest version!
package cn.teleinfo.idpointer.sdk.security.gm;

public class SM9SignMasterKeypair {
    private SM9SignMasterPublicKey publicKey;
    private SM9SignMasterPrivateKey privateKey;

    public SM9SignMasterPublicKey getPublicKey() {
        return publicKey;
    }

    public void setPublicKey(SM9SignMasterPublicKey publicKey) {
        this.publicKey = publicKey;
    }

    public SM9SignMasterPrivateKey getPrivateKey() {
        return privateKey;
    }

    public void setPrivateKey(SM9SignMasterPrivateKey privateKey) {
        this.privateKey = privateKey;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy