Subversion Repositories SmartDukaan

Rev

Rev 12616 | Rev 20176 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12616 Rev 12788
Line 393... Line 393...
393
		this.signed_request = signed_request;
393
		this.signed_request = signed_request;
394
	}
394
	}
395
	
395
	
396
	public static void main(String[] args) {
396
	public static void main(String[] args) {
397
        DesEncrypter des = new DesEncrypter("saholic");
397
        DesEncrypter des = new DesEncrypter("saholic");
398
        System.out.println(des.decrypt("XvrWIvmYrUAdXqxhovZMSw"));
398
        System.out.println(des.decrypt("V9gWakvuejQEJqCJjYhZtA"));
399
    }
399
    }
400
	
400
	
401
	private boolean isPrivateDealUser() throws TTransportException, TException{
401
	private boolean isPrivateDealUser() throws TTransportException, TException{
402
		try {
402
		try {
403
			in.shop2020.model.v1.user.UserContextService.Client uc = new UserClient().getClient();
403
			in.shop2020.model.v1.user.UserContextService.Client uc = new UserClient().getClient();