mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +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)
|
||||
.SetKeyValidityStart(start.Time)
|
||||
.SetKeyValidityEnd(end.Time)
|
||||
.SetDigests(KeyProperties.DigestSha256)
|
||||
.SetDigests(KeyProperties.DigestSha1)
|
||||
.SetEncryptionPaddings(KeyProperties.EncryptionPaddingRsaOaep)
|
||||
.Build();
|
||||
|
||||
|
|
Loading…
Reference in a new issue