|
Cryptix V3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Exception in cryptix |
Subclasses of Exception in cryptix | |
interface |
CryptixException
This class is for any unexpected exception in the crypto library. |
Uses of Exception in cryptix.provider.cipher |
Methods in cryptix.provider.cipher that throw Exception | |
static void |
SPEED.self_test(java.io.PrintWriter out,
String[] argv)
Runs algorithm through test data, including certification data provided in paper. |
Uses of Exception in cryptix.provider.md |
Methods in cryptix.provider.md that throw Exception | |
static void |
MD5.self_test()
Do some basic tests. |
static void |
SHA0.self_test()
Do some basic tests. |
static void |
SHA1.self_test()
Do some basic tests. |
Uses of Exception in cryptix.provider.rsa |
Methods in cryptix.provider.rsa that throw Exception | |
static void |
RawRSACipher.self_test(java.io.PrintWriter out)
|
Uses of Exception in cryptix.test |
Methods in cryptix.test that throw Exception | |
protected void |
TestScar.engineTest()
Test that is run by distribution to make sure everything is OK! It writes some test files, makes Scar archive from them, unarchives files and compares results. |
protected void |
TestUnixCrypt.engineTest()
Test that is run by distribution to make sure everything is OK! |
protected void |
TestRSA.engineTest()
|
protected void |
Test3LFSR.engineTest()
|
protected void |
TestIJCE.engineTest()
|
protected void |
TestBR.engineTest()
|
protected void |
TestInstall.engineTest()
|
protected void |
TestElGamal.engineTest()
|
protected void |
TestBase64Stream.engineTest()
|
protected void |
TestHMAC.engineTest()
Test using the data from RFC 2202. |
Uses of Exception in cryptix.util.checksum |
Subclasses of Exception in cryptix.util.checksum | |
interface |
ChecksumException
A Java class to handle checksum exceptions. |
Uses of Exception in cryptix.util.test |
Subclasses of Exception in cryptix.util.test | |
interface |
TestException
This exception is thrown when a test fails. |
Methods in cryptix.util.test with parameters of type Exception | |
protected void |
BaseTest.error(Exception e)
Reports an error due to an unexpected exception. |
Methods in cryptix.util.test that throw Exception | |
protected abstract void |
BaseTest.engineTest()
This method should be overridden by test subclasses, to perform the actual testing. |
Uses of Exception in java.io |
Subclasses of Exception in java.io | |
interface |
java.io.IOException
|
Uses of Exception in java.lang |
Subclasses of Exception in java.lang | |
interface |
ClassNotFoundException
|
interface |
CloneNotSupportedException
|
interface |
IllegalAccessException
|
interface |
IllegalArgumentException
|
interface |
IllegalStateException
|
interface |
IndexOutOfBoundsException
|
interface |
InstantiationException
|
interface |
InterruptedException
|
interface |
NoSuchFieldException
|
interface |
NoSuchMethodException
|
interface |
NumberFormatException
|
interface |
RuntimeException
|
interface |
SecurityException
|
Uses of Exception in java.security |
Subclasses of Exception in java.security | |
interface |
DigestException
|
interface |
GeneralSecurityException
This is the general security exception class, which serves to group all the exception classes of the java.security package that extend from it. |
interface |
IllegalBlockSizeException
This exception is thrown when an incorrect block size is processed through a cipher. |
interface |
InvalidAlgorithmParameterException
|
interface |
InvalidKeyException
|
interface |
InvalidKeyFormatException
InvalidKeyFormatException is thrown when a key format is not recognized. |
interface |
InvalidParameterException
|
interface |
InvalidParameterTypeException
This is the exception for invalid parameter types. |
interface |
KeyException
|
interface |
NoSuchAlgorithmException
|
interface |
NoSuchParameterException
NoSuchParameterException is thrown when a particular parameter is not available in an algorithm parameter set. |
interface |
NoSuchProviderException
|
interface |
ProviderException
|
interface |
SignatureException
|
interface |
WeakKeyException
WeakKeyException is thrown when a weak key would have been generated (e.g. |
Uses of Exception in netscape.security |
Subclasses of Exception in netscape.security | |
interface |
ForbiddenTargetException
Dummy class. |
|
Cryptix V3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |