CryptoPro JCP v 1.0.
Public API.

ru.CryptoPro.JCP.KeyStore
Class KeyIsNotExportableException

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

public class KeyIsNotExportableException
extends java.security.KeyStoreException

Исключение ключ не экспортируемый.

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

Constructor Summary
KeyIsNotExportableException()
          Конструктор исключения неэкспортируемости ключа.
 
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

KeyIsNotExportableException

public KeyIsNotExportableException()
Конструктор исключения неэкспортируемости ключа.


Copyright Crypto-Pro.
All rights reserved.