mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
sha1 digest
This commit is contained in:
parent
cbda59e547
commit
b5f5b0b4aa
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ namespace Bit.Android.Services
|
||||||
.SetCertificateSerialNumber(BigInteger.Ten)
|
.SetCertificateSerialNumber(BigInteger.Ten)
|
||||||
.SetKeyValidityStart(start.Time)
|
.SetKeyValidityStart(start.Time)
|
||||||
.SetKeyValidityEnd(end.Time)
|
.SetKeyValidityEnd(end.Time)
|
||||||
.SetDigests(KeyProperties.DigestSha256)
|
.SetDigests(KeyProperties.DigestSha1)
|
||||||
.SetEncryptionPaddings(KeyProperties.EncryptionPaddingRsaOaep)
|
.SetEncryptionPaddings(KeyProperties.EncryptionPaddingRsaOaep)
|
||||||
.Build();
|
.Build();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue