File: exceptions.rst

package info (click to toggle)
pyjks 20.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 708 kB
  • sloc: python: 2,267; java: 775; makefile: 196; xml: 39; sh: 8
file content (15 lines) | stat: -rw-r--r-- 757 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Exceptions
==========

All exceptions related to keystore loading or parsing derive from a common superclass type :class:`~jks.util.KeystoreException`.

Exception types
---------------

.. automodule:: jks.util
    :show-inheritance:
    :members: KeystoreException, KeystoreSignatureException, DuplicateAliasException, NotYetDecryptedException,
              BadKeystoreFormatException, BadDataLengthException, BadPaddingException, BadHashCheckException,
              DecryptionFailureException, UnsupportedKeystoreVersionException, UnexpectedJavaTypeException,
              UnexpectedAlgorithmException, UnexpectedKeyEncodingException, UnsupportedKeystoreTypeException,
              UnsupportedKeystoreEntryTypeException, UnsupportedKeyFormatException