CryptoPro JCP v 1.0.
Public API.

ru.CryptoPro.JCP.KeyStore
Class UnsupportedKeyFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.security.GeneralSecurityException
              extended byjava.security.UnrecoverableKeyException
                  extended byru.CryptoPro.JCP.KeyStore.UnsupportedKeyFormatException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedKeyFormatException
extends java.security.UnrecoverableKeyException

Исключение генерируемое при попытке чтения контейнера неизвестного формата или формата с неподдерживаемыми полями.

Author:
Copyright 2004-2005 Crypto-Pro. All rights reserved.
See Also:
Serialized Form
Version:1.0

Constructor Summary
UnsupportedKeyFormatException()
          Конструктор для исключения при попытке чтения контейнера с неподдерживаемыми полями или формата с неподдерживаемыми полями.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedKeyFormatException

public UnsupportedKeyFormatException()
Конструктор для исключения при попытке чтения контейнера с неподдерживаемыми полями или формата с неподдерживаемыми полями.


Copyright Crypto-Pro.
All rights reserved.