Package org.eclipse.jgit.gpg.bc.internal
Class BouncyCastleGpgKeyLocator.EncryptedPgpKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgKeyLocator.EncryptedPgpKeyException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- BouncyCastleGpgKeyLocator
private static class BouncyCastleGpgKeyLocator.EncryptedPgpKeyException extends java.lang.RuntimeException
Thrown if we try to read an encrypted private key without password.
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
EncryptedPgpKeyException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-