mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-10 14:35:59 +01:00
Merge pull request #44 from tomholub/patch-1
fixed readme? - PGPKeyRing
This commit is contained in:
commit
3a5bfec4c8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ The entry point to the API is the `PGPainless` class. Here you can find methods
|
|||
The first thing you probably want to do is generate you some nice tasty Key Pairs. The most straight forward way to do so is by calling
|
||||
|
||||
```java
|
||||
PGPSecretKeyRing keyRing = PGPainless.generateKeyRing()
|
||||
PGPKeyRing keyRing = PGPainless.generateKeyRing()
|
||||
.simpleRsaKeyRing("Juliet <juliet@montague.lit>", RsaLength._4096);
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue