SATSA - JSR177

Uses of Class
javax.microedition.pki.UserCredentialManagerException

Packages that use UserCredentialManagerException
javax.microedition.pki This package defines classes to support basic user certificate management. 
javax.microedition.securityservice This package defines classes to generate application-level digital signatures that conform to the Cryptographic Message Syntax (CMS) format. 
 

Uses of UserCredentialManagerException in javax.microedition.pki
 

Methods in javax.microedition.pki that throw UserCredentialManagerException
static byte[] UserCredentialManager.generateCSR(String nameInfo, String algorithm, int keyLen, int keyUsage, String securityElementID, String securityElementPrompt, boolean forceKeyGen)
          Creates a DER encoded PKCS#10 certificate enrollment request.
static boolean UserCredentialManager.addCredential(String certDisplayName, byte[] pkiPath, String uri)
          Adds a user certificate or certificate URI to a certificate store.
static boolean UserCredentialManager.removeCredential(String certDisplayName, byte[] issuerAndSerialNumber, String securityElementID, String securityElementPrompt)
          Removes a certificate or certificate URI from a certificate store.
 

Uses of UserCredentialManagerException in javax.microedition.securityservice
 

Methods in javax.microedition.securityservice that throw UserCredentialManagerException
static byte[] CMSMessageSignatureService.sign(String stringToSign, int options, String[] caNames, String securityElementPrompt)
          Generates a CMS signed message.
static byte[] CMSMessageSignatureService.authenticate(byte[] byteArrayToAuthenticate, int options, String[] caNames, String securityElementPrompt)
          Generates a signature that may be used for authentication purposes.
static byte[] CMSMessageSignatureService.authenticate(String stringToAuthenticate, int options, String[] caNames, String securityElementPrompt)
          Generates a signature that may be used for authentication purposes.
 


SATSA - JSR177

Submit a comment or suggestion Version 1.0 of SATSA Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2004 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.