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 SummaryConstructors Constructor Description SHA256Calculation(InputStream streamToUse, String sha256)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSha256()InputStreamgetStreamToUse()
 
- 
- 
- 
Constructor Detail- 
SHA256Calculationpublic SHA256Calculation(InputStream streamToUse, String sha256) 
 
- 
 - 
Method Detail- 
getStreamToUsepublic InputStream getStreamToUse() 
 - 
getSha256public String getSha256() 
 
- 
 
-