Fields Summary |
---|
public static final byte | CREDENTIAL_NOT_SAVEDCode returned if a credential can not be added.
For example, it is returned if there is insufficient
memory to add additional credentials |
public static final byte | SE_NO_KEYGENCode returned if a security element does not
support key generation. |
public static final byte | SE_NO_KEYSCode returned if a security element does not
have keys available for certificate requests. |
public static final byte | SE_NO_UNASSOCIATED_KEYSCode 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. |
public static final byte | SE_NOT_FOUNDCode returned if an appropriate security element
can not be found. |
public static final byte | CREDENTIAL_NOT_FOUNDCode returned if an appropriate certificate
can not be found. |
private byte | reasonCodeThe reason code for exception. |