mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-25 12:27:58 +01:00
Move comment
This commit is contained in:
parent
f384ce84be
commit
846b98e3c0
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ class GenerateOpenPgpKeyTest {
|
||||||
fun primaryKeyMustBeCertificationCapable() {
|
fun primaryKeyMustBeCertificationCapable() {
|
||||||
assertThrows<IllegalArgumentException> {
|
assertThrows<IllegalArgumentException> {
|
||||||
GenerateOpenPgpKey(Policy.getInstance())
|
GenerateOpenPgpKey(Policy.getInstance())
|
||||||
.buildV4Key(
|
// XDH is not signing/certification capable
|
||||||
KeyType.XDH(XDHSpec._X25519)) // XDH is not signing/certification capable
|
.buildV4Key(KeyType.XDH(XDHSpec._X25519))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue