Class ChecksumUtils.SHA256Calculation
- java.lang.Object
-
- com.oracle.bmc.objectstorage.transfer.internal.ChecksumUtils.SHA256Calculation
-
- Enclosing class:
- ChecksumUtils
public static class ChecksumUtils.SHA256Calculation extends Object
-
-
Constructor Summary
Constructors Constructor Description SHA256Calculation(InputStream streamToUse, String sha256)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSha256()
InputStream
getStreamToUse()
-
-
-
Constructor Detail
-
SHA256Calculation
public SHA256Calculation(InputStream streamToUse, String sha256)
-
-
Method Detail
-
getStreamToUse
public InputStream getStreamToUse()
-
getSha256
public String getSha256()
-
-