摘要: public class Sm4Encryptor { public byte[] KeyBytes = new byte[16]; private Sm4Encryptor() { cipher = new PaddedBufferedBlockCipher(new SM4Engine()); } 阅读全文
posted @ 2020-05-11 17:38 月渊 阅读(3769) 评论(0) 推荐(0)