Constructor and Description |
---|
HashConfig() |
Modifier and Type | Method and Description |
---|---|
HashConfig |
copy()
The copy.
|
com.aspose.ms.System.Security.Cryptography.HashAlgorithm |
getAlg()
Returns an instance of the hash algorithm.
|
int |
getHashBits()
Gets or sets the hash bits.
|
String |
getName()
Gets or sets the name.
|
void |
setHashBits(int value)
Gets or sets the hash bits.
|
void |
setName(String value)
Gets or sets the name.
|
public int getHashBits()
Gets or sets the hash bits.
public void setHashBits(int value)
Gets or sets the hash bits.
public String getName()
Gets or sets the name.
public void setName(String value)
Gets or sets the name.
public HashConfig copy()
The copy.
HashConfig
.public com.aspose.ms.System.Security.Cryptography.HashAlgorithm getAlg()
Returns an instance of the hash algorithm.
Copyright (c) 2017 Aspose. All Rights Reserved.