Skip to content

JPGPJ 0.7

Compare
Choose a tag to compare
@justinludwig justinludwig released this 19 Sep 17:34
· 43 commits to master since this release
  • Add the following new Key subclasses as a convenient way to designate the usage for a key (addresses #22):
    • KeyForSigning: turns off the forVerification, forEncryption, and forDecryption flags for each subkey, and ensures that at least one subkey has the forSigning flag turned on.
    • KeyForVerification: turns off the forSigning, forEncryption, and forDecryption flags for each subkey, and turns on the forVerification flag of each subkey.
    • KeyForEncryption: turns off the forSigning, forVerification, and forDecryption flags for each subkey, and ensures that at least one subkey has the forEncryption flag turned on.
    • KeyForDecryption: turns off the forSigning, forVerification, and forEncryption flags for each subkey, and turns on the forDecryption flag of each subkey.
  • Upgrade to Bouncy Castle 1.63.