mirror of
https://github.com/bitwarden/mobile
synced 2025-01-15 02:16:55 +01:00
remove unnecessary prop setting from gen spec
This commit is contained in:
parent
76652f6c6b
commit
5b24d19630
@ -142,9 +142,6 @@ namespace Bit.Android.Services
|
||||
{
|
||||
var spec = new KeyGenParameterSpec.Builder(KeyAlias, KeyStorePurpose.Decrypt | KeyStorePurpose.Encrypt)
|
||||
.SetCertificateSubject(subject)
|
||||
.SetCertificateSerialNumber(BigInteger.Ten)
|
||||
.SetKeyValidityStart(start.Time)
|
||||
.SetKeyValidityEnd(end.Time)
|
||||
.SetDigests(KeyProperties.DigestSha1)
|
||||
.SetEncryptionPaddings(KeyProperties.EncryptionPaddingRsaOaep)
|
||||
.Build();
|
||||
|
Loading…
Reference in New Issue
Block a user