Interface SecretKeyRingProtector2

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.bouncycastle.openpgp.operator.PBESecretKeyDecryptor getDecryptor​(org.bouncycastle.openpgp.PGPSecretKey key)  
      org.bouncycastle.openpgp.operator.PBESecretKeyEncryptor getEncryptor​(org.bouncycastle.openpgp.PGPSecretKey key)  
    • Method Detail

      • getDecryptor

        org.bouncycastle.openpgp.operator.PBESecretKeyDecryptor getDecryptor​(org.bouncycastle.openpgp.PGPSecretKey key)
                                                                      throws org.bouncycastle.openpgp.PGPException
        Throws:
        org.bouncycastle.openpgp.PGPException
      • getEncryptor

        org.bouncycastle.openpgp.operator.PBESecretKeyEncryptor getEncryptor​(org.bouncycastle.openpgp.PGPSecretKey key)
                                                                      throws org.bouncycastle.openpgp.PGPException
        Throws:
        org.bouncycastle.openpgp.PGPException