public final class UserCredentialManagerException
extends java.lang.Exception
CMSMessageSignatureService
and
UserCredentialManager
classes.Modifier and Type | Field and Description |
---|---|
static byte |
CREDENTIAL_NOT_FOUND
Code returned if an appropriate certificate
can not be found.
|
static byte |
CREDENTIAL_NOT_SAVED
Code returned if a credential can not be added.
|
static byte |
SE_NO_KEYGEN
Code returned if a security element does not
support key generation.
|
static byte |
SE_NO_KEYS
Code returned if a security element does not
have keys available for certificate requests.
|
static byte |
SE_NO_UNASSOCIATED_KEYS
Code returned if a security element does not
have any keys available that are not already
associated with a certificate, and if the
platform does not allow reuse of keys that
are associated with an existing certificate.
|
static byte |
SE_NOT_FOUND
Code returned if an appropriate security element
can not be found.
|
Constructor and Description |
---|
UserCredentialManagerException(byte code)
Construct an exception with specific reason code.
|
Modifier and Type | Method and Description |
---|---|
byte |
getReason()
Gets the reason code.
|
public static final byte CREDENTIAL_NOT_SAVED
public static final byte SE_NO_KEYGEN
public static final byte SE_NO_KEYS
public static final byte SE_NO_UNASSOCIATED_KEYS
public static final byte SE_NOT_FOUND
public static final byte CREDENTIAL_NOT_FOUND
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.