CryptoPro JCP v 1.0.
Public API.

ru.CryptoPro.JCP.KeyStore
Class UserProtectedKeyException

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

public class UserProtectedKeyException
extends java.security.InvalidKeyException

Исключение ключ userProtected и невозможно выдать окно пользователя для уведомления пользователя.

В текущей версии окно никогда не выдается.

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

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

UserProtectedKeyException

public UserProtectedKeyException()
Конструктор исключения userProtected ключа.


Copyright Crypto-Pro.
All rights reserved.