mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 22:02:05 +01:00
un-escape <>
This commit is contained in:
parent
890032aa48
commit
af1d35d394
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ The first thing you probably want to do is generate you some nice tasty Key Pair
|
|||
|
||||
```
|
||||
PGPSecretKeyRing keyRing = PGPainless.generateKeyRing()
|
||||
.simpleRsaKeyRing("Juliet <juliet@montague.lit>", RsaLength._4096);
|
||||
.simpleRsaKeyRing("Juliet <juliet@montague.lit>", RsaLength._4096);
|
||||
```
|
||||
|
||||
but feel free to explore the API further. PGPainless allows you to create Key Pairs consisting of a master key plus several sub keys, even with different algorithms at the same time!
|
||||
|
|
Loading…
Reference in a new issue