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