예제 #1
0
  @BeforeTest
  public void setUp() throws Exception {

    rSACoder = new AnguoEncryptUtil();
    System.out.println("载入密钥对");

    rSACoder.loadPublicKey("D:/ssh/rsa_public_key.pem");

    rSACoder.loadPrivateKey("D:/ssh/rsa_private_key.pem");
  }