mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02:00
Enable additional profiles
This commit is contained in:
parent
330e7eaee8
commit
d8a1a272d9
1 changed files with 5 additions and 1 deletions
|
@ -52,7 +52,11 @@ class GenerateKeyImpl(private val api: PGPainless) : GenerateKey {
|
||||||
listOf(
|
listOf(
|
||||||
CURVE25519_PROFILE.withAliases("default", "compatibility"),
|
CURVE25519_PROFILE.withAliases("default", "compatibility"),
|
||||||
RFC4880_RSA4096_PROFILE,
|
RFC4880_RSA4096_PROFILE,
|
||||||
RFC9580_CURVE25519_PROFILE.withAliases("performance", "security"))
|
RFC6637_NIST_P256_PROFILE,
|
||||||
|
RFC6637_NIST_P384_PROFILE,
|
||||||
|
RFC6637_NIST_P521_PROFILE,
|
||||||
|
RFC9580_CURVE25519_PROFILE.withAliases("performance", "security"),
|
||||||
|
RFC9580_CURVE448_PROFILE)
|
||||||
}
|
}
|
||||||
|
|
||||||
private val userIds = mutableSetOf<String>()
|
private val userIds = mutableSetOf<String>()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue