Package | Description |
---|---|
org.adroitlogic.x.management.tbsr.util |
Various utilities used by the implementation of the troubleshooting tasks and the encryption utilities to help
protect the sever information being included in troubleshooting reports
|
Modifier and Type | Method and Description |
---|---|
static void |
TarGzTools.createTarGzFile(String targetFileName,
Collection<File> sources,
String tempDir,
String rootDir,
Collection<String> maskedTypes,
Pattern mask,
CryptoScheme cryptoScheme)
Creates a tar.gz archive with contents of the given directory, applying encryption or masking (as appropriate)
to the content of its files
|
static String |
StringTools.encryptCredentials(String originalText,
Pattern pattern,
CryptoScheme cryptoScheme)
Encrypts credentials in a given String
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.