src.test.java.com.github.toolarium.icap.client.ICAPTestVirusConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toolarium-icap-client Show documentation
Show all versions of toolarium-icap-client Show documentation
Implements an ICAP client compliant with RFC 3507.
The newest version!
/*
* ICAPConstants.java
*
* Copyright by toolarium, all rights reserved.
*/
package com.github.toolarium.icap.client;
/**
* Defines some constant
*
* @author Patrick Meier
*/
public interface ICAPTestVirusConstants {
String REQUEST_BODY_VIRUS = "X5O!P%@AP[4\\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*\r\n";
String REQUEST_BODY_CLEAN = "X5O!P%@APX[4\\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*\r\n";
// new String(Base64.getEncoder().encode(ICAPTestVirusConstants.REQUEST_BODY_VIRUS.getBytes()))
String REQUEST_BODY_VIRUS_BASE64 = "WDVPIVAlQEFQWzRcUFpYNTQoUF4pN0NDKTd9JEVJQ0FSLVNUQU5EQVJELUFOVElWSVJVUy1URVNULUZJTEUhJEgrSCoNCg==";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy