SATSA - JSR177

Uses of Class
javax.microedition.securityservice.CMSMessageSignatureServiceException

Packages that use CMSMessageSignatureServiceException
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 CMSMessageSignatureServiceException in javax.microedition.pki
 

Methods in javax.microedition.pki that throw CMSMessageSignatureServiceException
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.
 

Uses of CMSMessageSignatureServiceException in javax.microedition.securityservice
 

Methods in javax.microedition.securityservice that throw CMSMessageSignatureServiceException
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.