Package burp.api.montoya.utilities
Interface CryptoUtils
public interface CryptoUtils
This interface gives you access to cryptographic features.
-
Method Summary
Modifier and TypeMethodDescriptiongenerateDigest
(ByteArray data, DigestAlgorithm algorithm) Generate a message digest for the supplied data using the specified algorithm
-
Method Details
-
generateDigest
Generate a message digest for the supplied data using the specified algorithm- Parameters:
data
- the data to generate the digest fromalgorithm
- the messageDigestAlgorithm
to use- Returns:
- the generated message digest
-